Improve model card: Add pipeline tag, library name, and paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the F2LLM-0.6B model by:
- Adding the
pipeline_tag: feature-extractionto the YAML metadata, which improves the model's discoverability for embedding tasks on the Hugging Face Hub. - Adding the
library_name: transformersto the YAML metadata. This is justified by the existingUsagesection's code snippet, which utilizestransformers.AutoModelandAutoTokenizer, and will enable the automatic "How to use" widget on the model page. - Setting the main title of the model card to reflect the paper's title and adding a direct link to the paper, providing a clearer overview and easier access to the research.
Geralt-Targaryen
changed pull request status to
merged