Improve model card metadata and license
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Correctly setting the license to MIT as per the Github README.
- Adding the
pipeline_tag: text-generation
for better searchability. - Adding the
library_name: transformers
to specify the library used.
This ensures the model is properly categorized and discoverable on the Hugging Face Hub.