Add pipeline_tag for better discoverability
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team.
I'm opening this PR to add the pipeline_tag: text-generation to the model card's metadata. This ensures the model is correctly indexed under the Text Generation task, making it easier for users to find.
I've also:
- Moved
text-generationfrom the general tags to the dedicated metadata field. - Added
import torchto the code snippets to ensure they are ready to run. - Cleaned up a stray HTML tag in the usage header.
The rest of the model card is great and provides excellent documentation!
chiaraboretti changed pull request status to merged