SandO114's picture
Update README.md
49face4 verified
|
raw
history blame
983 Bytes
---
license: apache-2.0
language:
- en
size_categories:
- 100K<n<1M
---
## VoiceAssistant-430K-vocalnet
This dataset supports the reproduction of [VocalNet](https://github.com/SJTU-OmniAgent/VocalNet).
## Data Construction
1. **Data Source**: We used the [VoiceAssistant-400K](https://huggingface.co/datasets/gpt-omni/VoiceAssistant-400K) from Mini-Omni, which contains about 470K instances.
2. **Data Filtering**: We removed samples with excessively long data. The resulted corpus contains 430K instances.
3. **Response Speech**: We perform speech synthesis using [CosyVoice](https://github.com/FunAudioLLM/CosyVoice) to generate the response speech.
4. **Response Token**: We generate the speech token using [CosyVoice2](https://github.com/FunAudioLLM/CosyVoice).
## Acknowledgment
1. The original data is from [Mini-Omni](https://github.com/gpt-omni/mini-omni).
2. The generation of speech wave and token is from [CosyVoice/CosyVoice2](https://github.com/gpt-omni/mini-omni).