nielsr HF staff commited on
Commit
c28f0a4
·
verified ·
1 Parent(s): 579b629

Add model card

Browse files

This PR adds a model card, linking the model to the paper [Next Block Prediction: Video Generation via Semi-Auto-Regressive Modeling](https://huggingface.co/papers/2502.07737) and the code implementation at https://github.com/RenShuhuai-Andy/NBP. It also ensures the model can be found at https://huggingface.co/models?pipeline_tag=video-to-video

Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: video-to-video
3
+ ---
4
+
5
+ This repository contains the model described in [Next Block Prediction: Video Generation via Semi-Auto-Regressive Modeling](https://huggingface.co/papers/2502.07737).
6
+
7
+ Code: https://github.com/RenShuhuai-Andy/NBP.