SandO114 commited on
Commit
49face4
·
verified ·
1 Parent(s): cab15cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,10 +13,10 @@ This dataset supports the reproduction of [VocalNet](https://github.com/SJTU-Omn
13
 
14
  1. **Data Source**: We used the [VoiceAssistant-400K](https://huggingface.co/datasets/gpt-omni/VoiceAssistant-400K) from Mini-Omni, which contains about 470K instances.
15
  2. **Data Filtering**: We removed samples with excessively long data. The resulted corpus contains 430K instances.
16
- 3. **Response Speech**: We perform speech synthesis using [CosyVoice](https://github.com/FunAudioLLM/CosyVoice) for the response text.
17
  4. **Response Token**: We generate the speech token using [CosyVoice2](https://github.com/FunAudioLLM/CosyVoice).
18
 
19
  ## Acknowledgment
20
 
21
  1. The original data is from [Mini-Omni](https://github.com/gpt-omni/mini-omni).
22
- 2. The generation of speech wave and token is from [CosyVoice](https://github.com/gpt-omni/mini-omni).
 
13
 
14
  1. **Data Source**: We used the [VoiceAssistant-400K](https://huggingface.co/datasets/gpt-omni/VoiceAssistant-400K) from Mini-Omni, which contains about 470K instances.
15
  2. **Data Filtering**: We removed samples with excessively long data. The resulted corpus contains 430K instances.
16
+ 3. **Response Speech**: We perform speech synthesis using [CosyVoice](https://github.com/FunAudioLLM/CosyVoice) to generate the response speech.
17
  4. **Response Token**: We generate the speech token using [CosyVoice2](https://github.com/FunAudioLLM/CosyVoice).
18
 
19
  ## Acknowledgment
20
 
21
  1. The original data is from [Mini-Omni](https://github.com/gpt-omni/mini-omni).
22
+ 2. The generation of speech wave and token is from [CosyVoice/CosyVoice2](https://github.com/gpt-omni/mini-omni).