Set pipeline tag to text-to-audio and add library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - zh
6
- pipeline_tag: text-generation
 
 
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> &nbsp;|&nbsp; <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
 
@@ -55,7 +55,6 @@ Metal: Step Back
55
  * **2025.01.28 🫶**: Thanks to Fahd for creating a tutorial on how to quickly get started with YuE. Here is his [demonstration](https://www.youtube.com/watch?v=RSMNH9GitbA).
56
  * **2025.01.26 🔥**: We have released the **YuE** series.
57
 
58
-
59
  ## Quickstart
60
 
61
  Please check our [github](https://github.com/multimodal-art-projection/YuE.git) for easy quickstart.
@@ -106,5 +105,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> &nbsp;|&nbsp; <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
 
 
55
  * **2025.01.28 🫶**: Thanks to Fahd for creating a tutorial on how to quickly get started with YuE. Here is his [demonstration](https://www.youtube.com/watch?v=RSMNH9GitbA).
56
  * **2025.01.26 🔥**: We have released the **YuE** series.
57
 
 
58
  ## Quickstart
59
 
60
  Please check our [github](https://github.com/multimodal-art-projection/YuE.git) for easy quickstart.
 
105
  year={2025},
106
  note={GitHub repository}
107
  }
108
+ ```