Improve model card for Kandinsky 5.0: Add metadata, links, usage, and citation
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the Kandinsky 5.0 family of models by adding crucial metadata and structured content.
Key changes include:
- Metadata: Added
pipeline_tag: text-to-videofor better discoverability on the Hub. Addedlibrary_name: diffusersas the model is officially compatible with thediffuserslibrary, enabling the automated "how to use" widget. The existinglicense: mitis retained. - Model Overview: Included a concise introduction to the Kandinsky 5.0 family, highlighting its capabilities in image and video generation.
- Links: Provided direct links to the official research paper, project page, and the GitHub repository.
- Sample Usage: Incorporated a Python code snippet for text-to-video inference, copied directly from the "Quickstart" section of the GitHub README, demonstrating how to use the
kandinskylibrary, which integrates withdiffusers. - Citation: Added the BibTeX entry for the Kandinsky 5.0 paper for proper academic attribution.
- Conciseness: The content has been curated to be focused and relevant for the Hugging Face Hub, directing users to the comprehensive GitHub repository for extensive details, model variations, and further examples.
This update makes the model card more informative, discoverable, and user-friendly for the community.
makovka2000
changed pull request status to
merged