bokesyo commited on
Commit
8670477
·
verified ·
1 Parent(s): 1939b37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1129,7 +1129,7 @@ else:
1129
  ```
1130
 
1131
 
1132
- #### Speech and Audio Mode
1133
 
1134
  Model initialization
1135
 
@@ -1149,7 +1149,7 @@ model.tts.float()
1149
 
1150
  <hr/>
1151
 
1152
- ##### Mimick
1153
 
1154
  `Mimick` task reflects a model's end-to-end speech modeling capability. The model takes audio input, and outputs an ASR transcription and subsequently reconstructs the original audio with high similarity. The higher the similarity between the reconstructed audio and the original audio, the stronger the model's foundational capability in end-to-end speech modeling.
1155
 
@@ -1175,7 +1175,7 @@ res = model.chat(
1175
 
1176
  <hr/>
1177
 
1178
- ##### General Speech Conversation with Configurable Voices
1179
 
1180
  A general usage scenario of MiniCPM-o 2.6 is role-playing a specific character based on the audio prompt. It will mimic the voice of the character to some extent and act like the character in text, including language style. In this mode, MiniCPM-o-2.6 will sounds **more natural and human-like**. Self-defined audio prompts can be used to customize the voice of the character in an end-to-end manner.
1181
 
@@ -1217,7 +1217,7 @@ print(res)
1217
 
1218
  <hr/>
1219
 
1220
- ##### Speech Conversation as an AI Assistant
1221
 
1222
  An enhanced feature of MiniCPM-o-2.6 is to act as an AI assistant, but only with limited choice of voices. In this mode, MiniCPM-o-2.6 is **less human-like and more like a voice assistant**. But it is more instruction-following.
1223
 
@@ -1257,7 +1257,7 @@ print(res)
1257
 
1258
  <hr/>
1259
 
1260
- ##### Instruction-to-Speech
1261
 
1262
  MiniCPM-o-2.6 can also do Instruction-to-Speech, aka **Voice Creation**. You can describe a voice in detail, and the model will generate a voice that matches the description. For more Instruction-to-Speech sample instructions, you can refer to https://voxinstruct.github.io/VoxInstruct/.
1263
 
@@ -1286,7 +1286,7 @@ res = model.chat(
1286
 
1287
  <hr/>
1288
 
1289
- ##### Voice Cloning
1290
 
1291
  MiniCPM-o-2.6 can also do zero-shot text-to-speech, aka **Voice Cloning**. With this mode, model will act like a TTS model.
1292
 
@@ -1315,7 +1315,7 @@ res = model.chat(
1315
 
1316
  <hr/>
1317
 
1318
- ##### Addressing Various Audio Understanding Tasks
1319
 
1320
  MiniCPM-o-2.6 can also be used to address various audio understanding tasks, such as ASR, speaker analysis, general audio captioning, and sound scene tagging.
1321
 
 
1129
  ```
1130
 
1131
 
1132
+ ### Speech and Audio Mode
1133
 
1134
  Model initialization
1135
 
 
1149
 
1150
  <hr/>
1151
 
1152
+ #### Mimick
1153
 
1154
  `Mimick` task reflects a model's end-to-end speech modeling capability. The model takes audio input, and outputs an ASR transcription and subsequently reconstructs the original audio with high similarity. The higher the similarity between the reconstructed audio and the original audio, the stronger the model's foundational capability in end-to-end speech modeling.
1155
 
 
1175
 
1176
  <hr/>
1177
 
1178
+ #### General Speech Conversation with Configurable Voices
1179
 
1180
  A general usage scenario of MiniCPM-o 2.6 is role-playing a specific character based on the audio prompt. It will mimic the voice of the character to some extent and act like the character in text, including language style. In this mode, MiniCPM-o-2.6 will sounds **more natural and human-like**. Self-defined audio prompts can be used to customize the voice of the character in an end-to-end manner.
1181
 
 
1217
 
1218
  <hr/>
1219
 
1220
+ #### Speech Conversation as an AI Assistant
1221
 
1222
  An enhanced feature of MiniCPM-o-2.6 is to act as an AI assistant, but only with limited choice of voices. In this mode, MiniCPM-o-2.6 is **less human-like and more like a voice assistant**. But it is more instruction-following.
1223
 
 
1257
 
1258
  <hr/>
1259
 
1260
+ #### Instruction-to-Speech
1261
 
1262
  MiniCPM-o-2.6 can also do Instruction-to-Speech, aka **Voice Creation**. You can describe a voice in detail, and the model will generate a voice that matches the description. For more Instruction-to-Speech sample instructions, you can refer to https://voxinstruct.github.io/VoxInstruct/.
1263
 
 
1286
 
1287
  <hr/>
1288
 
1289
+ #### Voice Cloning
1290
 
1291
  MiniCPM-o-2.6 can also do zero-shot text-to-speech, aka **Voice Cloning**. With this mode, model will act like a TTS model.
1292
 
 
1315
 
1316
  <hr/>
1317
 
1318
+ #### Addressing Various Audio Understanding Tasks
1319
 
1320
  MiniCPM-o-2.6 can also be used to address various audio understanding tasks, such as ASR, speaker analysis, general audio captioning, and sound scene tagging.
1321