Add library name, pipeline tag and link to paper
#1
by
nielsr
HF staff
- opened
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://
|
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)**
|