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-extraction to the YAML metadata, which improves the model's discoverability for embedding tasks on the Hugging Face Hub.
  • Adding the library_name: transformers to the YAML metadata. This is justified by the existing Usage section's code snippet, which utilizes transformers.AutoModel and AutoTokenizer, 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

Sign up or log in to comment