Add library name, pipeline tag and link to paper

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  ## Open-Sora: Democratizing Efficient Video Production for All
@@ -14,7 +16,7 @@ Github: https://github.com/hpcaitech/Open-Sora
14
 
15
  ## ๐Ÿ”† Reports
16
 
17
- - **[Tech Report of Open-Sora 2.0](https://github.com/hpcaitech/Open-Sora-Demo/blob/main/paper/Open_Sora_2_tech_report.pdf)**
18
  - **[Step by step to train or finetune your own model](docs/train.md)**
19
  - **[Step by step to train and evaluate an video autoencoder](docs/ae.md)**
20
  - **[Visit the high compression video autoencoder](docs/hcae.md)**
 
1
  ---
2
  license: apache-2.0
3
+ library_name: open-sora
4
+ pipeline_tag: text-to-video
5
  ---
6
 
7
  ## Open-Sora: Democratizing Efficient Video Production for All
 
16
 
17
  ## ๐Ÿ”† Reports
18
 
19
+ - **[Tech Report of Open-Sora 2.0](https://huggingface.co/papers/2503.09642)**
20
  - **[Step by step to train or finetune your own model](docs/train.md)**
21
  - **[Step by step to train and evaluate an video autoencoder](docs/ae.md)**
22
  - **[Visit the high compression video autoencoder](docs/hcae.md)**