Add model card for ReViSE
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the ReViSE model, including:
- Linking to the paper: ReViSE: Towards Reason-Informed Video Editing in Unified Models with Self-Reflective Learning.
- Adding the appropriate
pipeline_tag: video-to-videoso it can be discovered on the Hub. - Specifying
library_name: transformersto enable the "how to use" widget, based on evidence fromconfig.jsonandtokenizer_config.jsonfiles indicating Transformers compatibility. - Including a link to the GitHub repository: https://github.com/Liuxinyv/ReViSE.
- Providing a sample usage code snippet and setup instructions directly from the official GitHub repository.
- Incorporating qualitative demo visualizations.
- Adding the BibTeX citation.
Please review and merge if everything looks good.