Add pipeline tag and library name
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding:
library_name: transformers: This enables the automated "how to use" widget for the Transformers library, making it easier for users to get started. The currentExample Codessection clearly shows compatibility withtransformers.AutoConfig,transformers.AutoModel, andtransformers.AutoTokenizer.pipeline_tag: feature-extraction: This improves model discoverability on the Hugging Face Hub under the "feature-extraction" pipeline, accurately reflecting the model's primary function of generating text embeddings.