Safetensors
qwen2

Improve model card: Add metadata and paper link

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding crucial YAML metadata and prominently linking to the associated paper.

Specifically, it adds:

  • pipeline_tag: text-generation: This ensures the model appears in relevant searches on the Hugging Face Hub for its primary functionality.
  • library_name: transformers: This enables the "Use in Transformers" widget, providing a convenient way for users to load the model.
  • license: other: Reflects that the specific license details are deferred to other relevant pages, as stated in the current README.
  • tags: qwen, educational: Adds relevant keywords for better discoverability based on the model's type and domain.

Additionally, the PR adds a direct link to the Hugging Face paper page (ELMES: An Automated Framework for Evaluating Large Language Models in Educational Scenarios) at the top of the model card for easy access and enhanced visibility.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment