Add metadata (license, pipeline tag) and usage examples

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the license: mit to the metadata, ensuring the model is properly licensed.
  • Adding the pipeline_tag: feature-extraction to 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment