bokesyo commited on
Commit
8329cd6
·
verified ·
1 Parent(s): ac4f235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -1263,9 +1263,7 @@ print(res)
1263
  `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/.
1264
 
1265
  ```python
1266
- instruction = 'Delighting in a surprised tone, an adult male with low pitch and low volume comments:"One even gave my little dog a biscuit" This dialogue takes place at a leisurely pace, delivering a sense of excitement and surprise in the context. '
1267
-
1268
- instruction = '在新闻中,一个年轻男性兴致勃勃地说:“祝福亲爱的祖国母亲美丽富强!”他用低音调和低音量,慢慢地说出了这句话。'
1269
 
1270
  msgs = [{'role': 'user', 'content': [instruction]}]
1271
 
 
1263
  `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/.
1264
 
1265
  ```python
1266
+ instruction = 'Speak like a male charming superstar, radiating confidence and style in every word.'
 
 
1267
 
1268
  msgs = [{'role': 'user', 'content': [instruction]}]
1269