Text Classification
Transformers
Safetensors
English
bert
text-embeddings-inference

Add metadata for license, library, and pipeline tag and add paper/code links

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the Hugging Face community science team. I've opened this PR to enhance the model card with standardized metadata and improve its documentation.

Specifically, I've:

  • Added library_name: transformers to enable the "Use in Transformers" button and automated code snippets.
  • Added license: cc-by-nc-4.0 to the metadata for proper indexing.
  • Added pipeline_tag: text-classification for better discoverability in the Hub's model gallery.
  • Included links to the original paper and the official GitHub repository at the top of the card.
  • Fixed the label mapping in the "How to Use" Python snippet to align with the model's actual configuration.

These updates help users find, understand, and use your model more effectively!

Thank you @nielsr for the updates to model card!

walterhernandez changed pull request status to merged

Sign up or log in to comment