Add library_name and pipeline_tag to metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
I noticed that this model card is missing some metadata fields that would help users find and use it more easily. This PR adds the following to the YAML metadata:
library_name: transformers: This enables the "Use in Transformers" button on the Hub.pipeline_tag: automatic-speech-recognition: This ensures the model is correctly categorized in the ASR task section.
The rest of the model card content (benchmarks, usage examples, and citations) looks excellent and remains unchanged.