Update README.md
#8
by
Julia808
- opened
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
- zh
|
| 5 |
pipeline_tag: text-to-audio
|
| 6 |
library_name: tencent-song-generation
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# SongGeneration
|
|
@@ -32,4 +34,4 @@ We develop the SongGeneration model. It is an LM-based framework consisting of *
|
|
| 32 |
|
| 33 |
## License
|
| 34 |
|
| 35 |
-
The code and weights in this repository is released in the [LICENSE](LICENSE) file.
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
| 4 |
pipeline_tag: text-to-audio
|
| 5 |
library_name: tencent-song-generation
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
base_model:
|
| 8 |
+
- openai/gpt-oss-120b
|
| 9 |
---
|
| 10 |
|
| 11 |
# SongGeneration
|
|
|
|
| 34 |
|
| 35 |
## License
|
| 36 |
|
| 37 |
+
The code and weights in this repository is released in the [LICENSE](LICENSE) file.
|