root
commited on
Commit
·
0c80d30
1
Parent(s):
8587453
change ckpt name & add logo
Browse files
README.md
CHANGED
|
@@ -8,8 +8,9 @@ library_name: song-generation
|
|
| 8 |
|
| 9 |
# SongGeneration
|
| 10 |
|
|
|
|
| 11 |
<p align="center">
|
| 12 |
-
<a href="https://levo-demo.github.io/">Demo</a> | <a href="https://arxiv.org/abs/2506.07520">Paper</a> | <a href="https://github.com/tencent-ailab/songgeneration">Code</a> | <a href="https://huggingface.co/spaces/
|
| 13 |
</p>
|
| 14 |
|
| 15 |
|
|
@@ -19,7 +20,7 @@ This repository is the official weight repository for LeVo: High-Quality Song Ge
|
|
| 19 |
|
| 20 |
| Model | HuggingFace |
|
| 21 |
| :----------------------: | :----------------------------------------------------------: |
|
| 22 |
-
| SongGeneration-base
|
| 23 |
| SongGeneration-base(zh&en) | Coming soon |
|
| 24 |
| SongGeneration-full(zh&en) | Coming soon |
|
| 25 |
|
|
@@ -31,4 +32,4 @@ We develop the SongGeneration model. It is an LM-based framework consisting of *
|
|
| 31 |
|
| 32 |
## License
|
| 33 |
|
| 34 |
-
The code and weights in this repository is released in the [LICENSE](LICENSE) file.
|
|
|
|
| 8 |
|
| 9 |
# SongGeneration
|
| 10 |
|
| 11 |
+
<p align="center"><img src="img/logo.jpg" width="40%"></p>
|
| 12 |
<p align="center">
|
| 13 |
+
<a href="https://levo-demo.github.io/">Demo</a> | <a href="https://arxiv.org/abs/2506.07520">Paper</a> | <a href="https://github.com/tencent-ailab/songgeneration">Code</a> | <a href="https://huggingface.co/spaces/tencent/SongGeneration">Space Demo</a>
|
| 14 |
</p>
|
| 15 |
|
| 16 |
|
|
|
|
| 20 |
|
| 21 |
| Model | HuggingFace |
|
| 22 |
| :----------------------: | :----------------------------------------------------------: |
|
| 23 |
+
| SongGeneration-base | <a href="https://huggingface.co/tencent/SongGeneration/tree/main/ckpt/songgeneration_base">v20250520</a> |
|
| 24 |
| SongGeneration-base(zh&en) | Coming soon |
|
| 25 |
| SongGeneration-full(zh&en) | Coming soon |
|
| 26 |
|
|
|
|
| 32 |
|
| 33 |
## License
|
| 34 |
|
| 35 |
+
The code and weights in this repository is released in the [LICENSE](LICENSE) file.
|
ckpt/{songgeneration_base_zh → songgeneration_base}/config.yaml
RENAMED
|
File without changes
|
ckpt/{songgeneration_base_zh → songgeneration_base}/model.pt
RENAMED
|
File without changes
|
img/logo.jpg
ADDED
|