nielsr HF staff commited on
Commit
bce684c
·
verified ·
1 Parent(s): 3cd333d

Add model card

Browse files

This PR adds a model card for the model described in the paper [Next Block Prediction: Video Generation via Semi-Auto-Regressive Modeling](https://huggingface.co/papers/2502.07737),
by adding the `pipeline_tag`, a link to the paper and code repository, as well as the license.

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: video-to-video
3
+ license: mit
4
+ ---
5
+
6
+ This repository contains the implementation of the model described in [Next Block Prediction: Video Generation via Semi-Auto-Regressive Modeling](https://huggingface.co/papers/2502.07737).
7
+
8
+ Project page: https://renshuhuai-andy.github.io/NBP-project/