Update model card for PSA: Pyramid Sparse Attention
#3
by
nielsr
HF Staff
- opened
This PR completely updates the model card to reflect the "PSA: Pyramid Sparse Attention for Efficient Video Understanding and Generation" paper (https://huggingface.co/papers/2512.04025).
It replaces the existing, unrelated content with accurate information, including:
- The correct
pipeline_tag: text-to-videofor better discoverability. - The
library_name: diffusersto enable the "how to use" widget, based on compatibility with underlying models. - Links to the paper, project page, and GitHub repository.
- A concise description of the model's core contributions.
- Installation steps, weight download instructions, and quick start inference examples directly from the official GitHub repository.
Please review and merge if everything looks good!