Improve model card: Add metadata (pipeline tag, library name, license, tags) and paper link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding
pipeline_tag: text-generationto categorize the model for better discoverability. - Adding
library_name: transformersto enable the interactive inference widget and simplify usage. - Setting
license: otheras the license information is not explicitly provided in a machine-readable format. - Adding relevant
tags: [qwen, qwen2, educational-llm]for improved searchability on the Hub. - Including a direct link to the associated Hugging Face paper: ELMES: An Automated Framework for Evaluating Large Language Models in Educational Scenarios at the top of the README for prominent visibility.