Feature Extraction
Transformers

Add metadata, link to paper and GitHub

#1
by nielsr HF Staff - opened

Hi,

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

This pull request improves your model card by adding metadata and links to documentation. Specifically:

  • It adds the pipeline_tag: feature-extraction so that the model is correctly categorized on the Hub.
  • It adds library_name: transformers to ensure the model is associated with the Transformers library (as evidenced by the config.json and tokenizer files).
  • It provides a direct link to the FORGE paper and the official code repository.
  • It adds the citation information for your work.

Please feel free to merge if this looks good to you!

AL-GR changed pull request status to merged

Sign up or log in to comment