Add metadata (license, pipeline tag) and usage examples
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
license: mitto the metadata, ensuring the model is properly licensed. - Adding the
pipeline_tag: feature-extractionto the metadata, aligning with the model's primary function of generating embeddings. This improves discoverability on the Hugging Face Hub. - Integrating sample usage code snippets from the official GitHub repository into a new "Sample Usage" section. This provides users with immediate examples of how to install the necessary environment and interact with the model for spectral translation and similarity search, improving the model's usability directly from the Hub.
Please review and merge this PR if everything looks good.