Add pipeline tag and library name metadata
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the pipeline_tag: feature-extraction and library_name: transformers to the YAML metadata. These additions help categorize the model correctly on the Hugging Face Hub and enable automated code snippets for users. The task type was identified from the adapter_config.json and the provided inference code.