Skip to content

Commit 5cb725b

Browse files
Update README.md
1 parent 2cc004b commit 5cb725b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/s2s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ds = load_dataset("DATASET_NAME")
4141
### JSONL
4242
We also support JSONL format for its concise structure. Below is an example:
4343
```jsonl
44-
{"key": "1", "source_wav": "/xxx/1.wav", "source_text": "Can you recommend some Chinese food for me?", "target_token": [742, 383, 455, ..., 180, 619], "target_text": "Sure! I recommend trying dumplings, Peking duck, and mapo tofu for a mix of flavors and textures in Chinese cuisine. These dishes offer a good balance of savory, spicy, and crispy elements."}
44+
{"key": "1", "source_wav": "/xxx/1.wav", "source_text": "Can you recommend some Chinese food for me?", "target_token": [742, 383, 455, 619, 180], "target_text": "Sure! I recommend trying dumplings, Peking duck, and mapo tofu for a mix of flavors and textures in Chinese cuisine. These dishes offer a good balance of savory, spicy, and crispy elements."}
4545
```
4646

4747
🔔**Update**:
@@ -147,4 +147,4 @@ Mini-Omni:
147147

148148

149149
## License
150-
Our code is released under MIT License. The Chinese dialogue model is licensed under GPL-3.0 due to its use of Belle data and is intended for research purposes only.
150+
Our code is released under MIT License. The Chinese dialogue model is licensed under GPL-3.0 due to its use of Belle data and is intended for research purposes only.

0 commit comments

Comments
 (0)