Improve model card: Add pipeline tag, paper link, code, description, and usage example

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for finerweb-multilabel-classifier-xlmr-4o by:

  • Adding the pipeline_tag: text-classification for better discoverability on the Hub.
  • Including multilingual, named-entity-recognition, xlm-roberta as additional tags and language: mul to accurately reflect the model's properties.
  • Linking directly to the research paper: FiNERweb: Datasets and Artifacts for Scalable Multilingual Named Entity Recognition.
  • Adding a link to the official GitHub repository for the project code: https://github.com/whoisjones/FiNERweb-code.
  • Including a "How to use" section with a sample usage code snippet, directly sourced from the GitHub README, demonstrating how to load and use the model with the transformers library.
  • Populating the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with comprehensive information derived from the paper's abstract and the project's README, including links to relevant datasets on the Hub.
  • Adding a citation section with the BibTeX entry.

Please review these additions.

whoisjones changed pull request status to merged

Sign up or log in to comment