Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
---
|
8 |
+
## VoiceAssistant-430K-vocalnet
|
9 |
+
|
10 |
+
This dataset supports the reproduction of [VocalNet](https://github.com/SJTU-OmniAgent/VocalNet).
|
11 |
+
|
12 |
+
## Data Construction
|
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).
|