Add pipeline tag and library name

#1
by nielsr HF Staff - opened

Hi, I'm Niels from the community science team at Hugging Face.

This PR improves the model card by adding relevant metadata:

  • pipeline_tag: text-classification: This ensures the model is correctly indexed and discoverable on the Hub.
  • library_name: transformers: Since the model is compatible with the Transformers library (as seen in the config.json and its architecture), this tag enables automated code snippets and the "Use in Transformers" button.
hgissbkh changed pull request status to closed
hgissbkh deleted the refs/pr/1 ref

Sign up or log in to comment