Add pipeline tag and update library name
#1
by nielsr HF Staff - opened
Hi, I'm Niels from the Hugging Face community science team.
This PR improves the model card metadata by:
- Adding the
text-generationpipeline tag to ensure the model is correctly indexed on the Hub. - Updating the
library_nametotransformers(as evidenced by the sample usage code), which enables the automated code snippet feature on the model page.
The existing model card already contains excellent documentation regarding the quantization process, evaluation results, and usage.
kennedyian94 changed pull request status to merged