File size: 962 Bytes
cab15cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
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) for the response text.
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](https://github.com/gpt-omni/mini-omni). |