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, andpipeline_tag: feature-extractionto 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
airreplibrary (which is built ontransformers).
These changes will make the model more discoverable and user-friendly on the Hugging Face Hub.
sunweiwei
changed pull request status to
merged