Update pipeline tag and add library name
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
- zh
|
6 |
-
|
|
|
|
|
7 |
tags:
|
8 |
- music
|
9 |
- art
|
10 |
- text-generation-inference
|
11 |
---
|
12 |
|
13 |
-
|
14 |
<p align="center">
|
15 |
<img src="./assets/logo/白底.png" width="400" />
|
16 |
</p>
|
@@ -25,7 +26,6 @@ tags:
|
|
25 |
<a href="https://huggingface.co/m-a-p/YuE-s2-1B-general">YuE-s2-1B-general 🤗</a> | <a href="https://huggingface.co/m-a-p/YuE-upsampler">YuE-upsampler 🤗</a>
|
26 |
</p>
|
27 |
|
28 |
-
|
29 |
---
|
30 |
Our model's name is **YuE (乐)**. In Chinese, the word means "music" and "happiness." Some of you may find words that start with Yu hard to pronounce. If so, you can just call it "yeah." We wrote a song with our model's name.
|
31 |
|
@@ -106,5 +106,4 @@ If you find our paper and code useful in your research, please consider giving a
|
|
106 |
year={2025},
|
107 |
note={GitHub repository}
|
108 |
}
|
109 |
-
```
|
110 |
-
<br>
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
5 |
+
license: apache-2.0
|
6 |
+
pipeline_tag: text-to-audio
|
7 |
+
library_name: transformers
|
8 |
tags:
|
9 |
- music
|
10 |
- art
|
11 |
- text-generation-inference
|
12 |
---
|
13 |
|
14 |
+
```markdown
|
15 |
<p align="center">
|
16 |
<img src="./assets/logo/白底.png" width="400" />
|
17 |
</p>
|
|
|
26 |
<a href="https://huggingface.co/m-a-p/YuE-s2-1B-general">YuE-s2-1B-general 🤗</a> | <a href="https://huggingface.co/m-a-p/YuE-upsampler">YuE-upsampler 🤗</a>
|
27 |
</p>
|
28 |
|
|
|
29 |
---
|
30 |
Our model's name is **YuE (乐)**. In Chinese, the word means "music" and "happiness." Some of you may find words that start with Yu hard to pronounce. If so, you can just call it "yeah." We wrote a song with our model's name.
|
31 |
|
|
|
106 |
year={2025},
|
107 |
note={GitHub repository}
|
108 |
}
|
109 |
+
```
|
|