Improve model card: Add metadata, paper link, code link, and sample usage

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding license: apache-2.0, library_name: transformers, and pipeline_tag: feature-extraction to the metadata section.
  • Adding a direct link to the paper Enhancing Training Data Attribution with Representational Optimization.
  • Adding a clear link to the GitHub repository.
  • Including a "Sample Usage" code snippet from the GitHub README to demonstrate how to use the model with the airrep library (which is built on transformers).

These changes will make the model more discoverable and user-friendly on the Hugging Face Hub.

sunweiwei changed pull request status to merged

Sign up or log in to comment