Enhance model card: Add pipeline tag, paper link, GitHub link, and usage details
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for Referee: Reference-aware Audiovisual Deepfake Detection by:
- Adding the
pipeline_tag: video-classificationto improve discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=video-classification). - Linking the model to its official paper: Referee: Reference-aware Audiovisual Deepfake Detection.
- Including a link to the GitHub repository (https://github.com/ewha-mmai/referee) for easy access to the source code and full documentation.
- Populating the content section with the paper's abstract, a visual representation of the model's architecture, and practical sections like environment setup, pretrained checkpoints, and basic training/evaluation instructions, all extracted directly from the GitHub README.
- Adding an acknowledgement and a BibTeX citation.
These additions make the model card more comprehensive, informative, and user-friendly for the Hugging Face community.
Please review and merge this PR.
eunsanglee
changed pull request status to
merged
Thank you for your effort to make our model card more user-friendly!