add-audio-examples

#3
by buyun - opened
Files changed (1) hide show
  1. README.md +39 -6
README.md CHANGED
@@ -3,12 +3,45 @@ license: apache-2.0
3
  pipeline_tag: audio-text-to-text
4
  ---
5
 
6
- # 1. Step-Audio-Chat
7
 
8
  This repository contains the Multimodal Large Language Model (LLM) component of Step-Audio. It is a 130 billion parameter multimodal LLM that is responsible for understanding and generating human speech. The model is specifically designed to seamlessly integrate functions such as speech recognition, semantic understanding, dialogue management, voice cloning, and speech generation.
9
 
10
- ## 2. Evaluation
11
- ### 2.1 LLM judge metrics(GPT-4o) on [**StepEval-Audio-360**](https://huggingface.co/datasets/stepfun-ai/StepEval-Audio-360)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  <table>
13
  <caption>Comparison of fundamental capabilities of voice chat on the StepEval-Audio-360.</caption>
14
  <thead>
@@ -50,7 +83,7 @@ This repository contains the Multimodal Large Language Model (LLM) component of
50
  *Note: Moshi are marked with "\*" and should be considered for reference only.
51
 
52
 
53
- ### 2.2 Public Test Set
54
 
55
  <table>
56
  <thead>
@@ -127,7 +160,7 @@ This repository contains the Multimodal Large Language Model (LLM) component of
127
 
128
  *TriviaQA dataset marked with "\*" indicates results are for reference only.*
129
 
130
- ### 2.3 Audio instruction following
131
  <table>
132
  <thead>
133
  <tr>
@@ -175,6 +208,6 @@ This repository contains the Multimodal Large Language Model (LLM) component of
175
  </table>
176
 
177
 
178
- ## 3. More information
179
 
180
  For more information, please refer to our repository: [Step-Audio](https://github.com/stepfun-ai/Step-Audio).
 
3
  pipeline_tag: audio-text-to-text
4
  ---
5
 
6
+ ## 1. Step-Audio-Chat
7
 
8
  This repository contains the Multimodal Large Language Model (LLM) component of Step-Audio. It is a 130 billion parameter multimodal LLM that is responsible for understanding and generating human speech. The model is specifically designed to seamlessly integrate functions such as speech recognition, semantic understanding, dialogue management, voice cloning, and speech generation.
9
 
10
+
11
+ ## 2. Examples
12
+ ### Clone audio
13
+ | role | prompt wav | clone wav |
14
+ |:-------:|:-------:|:-------:|
15
+ |于谦| <audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/prompt_wav_yuqian.wav"></audio>|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/clone_wav_yuqian.wav"></audio>|
16
+ |李雪琴| <audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/prompt_wav_lixueqin.wav"></audio>|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/clone_wav_lixueqin.wav"></audio>|
17
+
18
+ ### Speed control
19
+ | prompt | response |
20
+ |:-------:|:-------:|
21
+ |Human: 说一个绕口令<br>Assistant: 吃葡萄不吐葡萄皮,不吃葡萄倒吐葡萄皮<br>Human: 哎,你能把这个绕口令说的再快一点吗?|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/speed_control1.wav"></audio>|
22
+ |Human: 说一个绕口令<br>Assistant: 吃葡萄不吐葡萄皮,不吃葡萄倒吐葡萄皮<br>Human: 哎,你能把这个绕口令说的再快一点吗?<br>Assistant: 吃葡萄不吐葡萄皮,不吃葡萄倒吐葡萄皮<br>Human: 呃,你再用非常非常慢的速度说一遍的。|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/speed_control2.wav"></audio>|
23
+
24
+ ### High EQ(emotional control & tone control)
25
+ | prompt | response |
26
+ |:-------:|:-------:|
27
+ |Human: 你这语气又不撒娇又不卖萌的,要不你撒个娇卖个萌吧。|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/tone_control.wav"></audio>|
28
+ |Human: 怎么办?我感觉我的人生很失败。|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/emotional_control1.wav"></audio>|
29
+ |Human: 小跃。你真的是。特别厉害。|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/emotional_control2.wav"></audio>|
30
+
31
+ ### Multilingual (e.g., Chinese, English, Japanese)
32
+ | prompt | response |
33
+ |:-------:|:-------:|
34
+ |Human: What did the speaker mean when they said, it's raining cats and dogs?<br>Assistant: When they say "It's raining cats and dogs," it just means it's raining really hard. The speaker isn't literally saying cats and dogs are falling from the sky! It's just a fun way to describe heavy rain.|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/multilingual2.wav"></audio>|
35
+ |Human: こんにちは。(你好)<br>Assistant:こんにちは!何か手伝いましょうか?(您好!我可以帮你做点什么吗?)|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/multilingual1.wav"></audio>|
36
+
37
+ ### Rap & Vocal
38
+ | prompt | response |
39
+ |:-------:|:-------:|
40
+ |human:唱一段rap|<audio controls src="https://huggingface.co/stepfun-ai/Step-Audio-Examples/resolve/main/rap.wav"></audio>|
41
+
42
+
43
+ ## 3. Evaluation
44
+ ### 3.1 LLM judge metrics(GPT-4o) on [**StepEval-Audio-360**](https://huggingface.co/datasets/stepfun-ai/StepEval-Audio-360)
45
  <table>
46
  <caption>Comparison of fundamental capabilities of voice chat on the StepEval-Audio-360.</caption>
47
  <thead>
 
83
  *Note: Moshi are marked with "\*" and should be considered for reference only.
84
 
85
 
86
+ ### 3.2 Public Test Set
87
 
88
  <table>
89
  <thead>
 
160
 
161
  *TriviaQA dataset marked with "\*" indicates results are for reference only.*
162
 
163
+ ### 3.3 Audio instruction following
164
  <table>
165
  <thead>
166
  <tr>
 
208
  </table>
209
 
210
 
211
+ ## 4. More information
212
 
213
  For more information, please refer to our repository: [Step-Audio](https://github.com/stepfun-ai/Step-Audio).