Correct pipeline tag and add library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -1,17 +1,18 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - ja
6
  - ko
7
- pipeline_tag: text-generation
 
 
8
  tags:
9
  - music
10
  - art
11
  - text-generation-inference
12
  ---
13
 
14
-
15
  <p align="center">
16
  <img src="./assets/logo/白底.png" width="400" />
17
  </p>
@@ -26,7 +27,6 @@ tags:
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
  ---
31
  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.
32
 
@@ -83,7 +83,7 @@ A friendly link to HKUST Audio group's [huggingface space](https://huggingface.c
83
 
84
  We deeply appreciate all the support we received along the way. Long live open-source AI!
85
 
86
- <br>
87
 
88
  ## Citation
89
 
@@ -107,5 +107,4 @@ If you find our paper and code useful in your research, please consider giving a
107
  year={2025},
108
  note={GitHub repository}
109
  }
110
- ```
111
- <br>
 
1
  ---
 
2
  language:
3
  - en
4
  - ja
5
  - ko
6
+ license: apache-2.0
7
+ pipeline_tag: text-to-audio
8
+ library_name: transformers
9
  tags:
10
  - music
11
  - art
12
  - text-generation-inference
13
  ---
14
 
15
+ ```markdown
16
  <p align="center">
17
  <img src="./assets/logo/白底.png" width="400" />
18
  </p>
 
27
  <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>
28
  </p>
29
 
 
30
  ---
31
  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.
32
 
 
83
 
84
  We deeply appreciate all the support we received along the way. Long live open-source AI!
85
 
86
+ ---
87
 
88
  ## Citation
89
 
 
107
  year={2025},
108
  note={GitHub repository}
109
  }
110
+ ```