Add language tag (#2)
Browse files- Add language tag (0498972da3cdca52b7fb42dc03fed3d38dcb01df)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
|
@@ -30,16 +30,16 @@ dataset_info:
|
|
| 30 |
dtype: string
|
| 31 |
splits:
|
| 32 |
- name: train
|
| 33 |
-
num_bytes: 233511330
|
| 34 |
num_examples: 48
|
| 35 |
- name: validation
|
| 36 |
-
num_bytes: 229949135
|
| 37 |
num_examples: 48
|
| 38 |
- name: test
|
| 39 |
-
num_bytes: 246501823
|
| 40 |
num_examples: 48
|
| 41 |
download_size: 698311349
|
| 42 |
-
dataset_size: 709962288
|
| 43 |
- config_name: speech_noisy
|
| 44 |
features:
|
| 45 |
- name: audio.headset_microphone
|
|
@@ -70,16 +70,16 @@ dataset_info:
|
|
| 70 |
dtype: string
|
| 71 |
splits:
|
| 72 |
- name: train
|
| 73 |
-
num_bytes: 227863072
|
| 74 |
num_examples: 48
|
| 75 |
- name: validation
|
| 76 |
-
num_bytes: 245757708
|
| 77 |
num_examples: 48
|
| 78 |
- name: test
|
| 79 |
-
num_bytes: 231325587
|
| 80 |
num_examples: 48
|
| 81 |
download_size: 703985036
|
| 82 |
-
dataset_size: 704946367
|
| 83 |
- config_name: speechless_clean
|
| 84 |
features:
|
| 85 |
- name: audio.headset_microphone
|
|
@@ -102,16 +102,16 @@ dataset_info:
|
|
| 102 |
dtype: float64
|
| 103 |
splits:
|
| 104 |
- name: train
|
| 105 |
-
num_bytes: 171404992
|
| 106 |
num_examples: 3
|
| 107 |
- name: validation
|
| 108 |
-
num_bytes: 171388116
|
| 109 |
num_examples: 3
|
| 110 |
- name: test
|
| 111 |
-
num_bytes: 171388008
|
| 112 |
num_examples: 3
|
| 113 |
download_size: 462409617
|
| 114 |
-
dataset_size: 514181116
|
| 115 |
- config_name: speechless_noisy
|
| 116 |
features:
|
| 117 |
- name: audio.headset_microphone
|
|
@@ -134,16 +134,16 @@ dataset_info:
|
|
| 134 |
dtype: float64
|
| 135 |
splits:
|
| 136 |
- name: train
|
| 137 |
-
num_bytes: 152107530
|
| 138 |
num_examples: 1
|
| 139 |
- name: validation
|
| 140 |
-
num_bytes: 152099104
|
| 141 |
num_examples: 1
|
| 142 |
- name: test
|
| 143 |
-
num_bytes: 152098950
|
| 144 |
num_examples: 1
|
| 145 |
download_size: 450647272
|
| 146 |
-
dataset_size: 456305584
|
| 147 |
configs:
|
| 148 |
- config_name: speech_clean
|
| 149 |
data_files:
|
|
@@ -177,6 +177,8 @@ configs:
|
|
| 177 |
path: speechless_noisy/validation-*
|
| 178 |
- split: test
|
| 179 |
path: speechless_noisy/test-*
|
|
|
|
|
|
|
| 180 |
---
|
| 181 |
|
| 182 |
# Dataset Card for Vibravox-test
|
|
@@ -198,6 +200,4 @@ The `vibravox-test` dataset includes a **very small fraction of the original [Vi
|
|
| 198 |
- **speech_clean:** Contains clean speech audio samples (0.5% of the original subset). Each split contains 48 rows, with 16 speakers (8 males / 8 females) reading 3 sentences each.
|
| 199 |
- **speech_noisy:** Contains noisy speech audio samples. (9.1% of the original subset). Each split contains 48 rows, with 16 speakers (8 males / 8 females) reading 3 sentences each.
|
| 200 |
- **speechless_clean:** Contains clean non-speech audio samples. (4.7% of the original subset). Each split contains 3 rows.
|
| 201 |
-
- **speechless_noisy:** Contains noisy non-speech audio samples. (1.5% of the original subset). Each split contains 1 row.
|
| 202 |
-
|
| 203 |
-
|
|
|
|
| 30 |
dtype: string
|
| 31 |
splits:
|
| 32 |
- name: train
|
| 33 |
+
num_bytes: 233511330
|
| 34 |
num_examples: 48
|
| 35 |
- name: validation
|
| 36 |
+
num_bytes: 229949135
|
| 37 |
num_examples: 48
|
| 38 |
- name: test
|
| 39 |
+
num_bytes: 246501823
|
| 40 |
num_examples: 48
|
| 41 |
download_size: 698311349
|
| 42 |
+
dataset_size: 709962288
|
| 43 |
- config_name: speech_noisy
|
| 44 |
features:
|
| 45 |
- name: audio.headset_microphone
|
|
|
|
| 70 |
dtype: string
|
| 71 |
splits:
|
| 72 |
- name: train
|
| 73 |
+
num_bytes: 227863072
|
| 74 |
num_examples: 48
|
| 75 |
- name: validation
|
| 76 |
+
num_bytes: 245757708
|
| 77 |
num_examples: 48
|
| 78 |
- name: test
|
| 79 |
+
num_bytes: 231325587
|
| 80 |
num_examples: 48
|
| 81 |
download_size: 703985036
|
| 82 |
+
dataset_size: 704946367
|
| 83 |
- config_name: speechless_clean
|
| 84 |
features:
|
| 85 |
- name: audio.headset_microphone
|
|
|
|
| 102 |
dtype: float64
|
| 103 |
splits:
|
| 104 |
- name: train
|
| 105 |
+
num_bytes: 171404992
|
| 106 |
num_examples: 3
|
| 107 |
- name: validation
|
| 108 |
+
num_bytes: 171388116
|
| 109 |
num_examples: 3
|
| 110 |
- name: test
|
| 111 |
+
num_bytes: 171388008
|
| 112 |
num_examples: 3
|
| 113 |
download_size: 462409617
|
| 114 |
+
dataset_size: 514181116
|
| 115 |
- config_name: speechless_noisy
|
| 116 |
features:
|
| 117 |
- name: audio.headset_microphone
|
|
|
|
| 134 |
dtype: float64
|
| 135 |
splits:
|
| 136 |
- name: train
|
| 137 |
+
num_bytes: 152107530
|
| 138 |
num_examples: 1
|
| 139 |
- name: validation
|
| 140 |
+
num_bytes: 152099104
|
| 141 |
num_examples: 1
|
| 142 |
- name: test
|
| 143 |
+
num_bytes: 152098950
|
| 144 |
num_examples: 1
|
| 145 |
download_size: 450647272
|
| 146 |
+
dataset_size: 456305584
|
| 147 |
configs:
|
| 148 |
- config_name: speech_clean
|
| 149 |
data_files:
|
|
|
|
| 177 |
path: speechless_noisy/validation-*
|
| 178 |
- split: test
|
| 179 |
path: speechless_noisy/test-*
|
| 180 |
+
language:
|
| 181 |
+
- fr
|
| 182 |
---
|
| 183 |
|
| 184 |
# Dataset Card for Vibravox-test
|
|
|
|
| 200 |
- **speech_clean:** Contains clean speech audio samples (0.5% of the original subset). Each split contains 48 rows, with 16 speakers (8 males / 8 females) reading 3 sentences each.
|
| 201 |
- **speech_noisy:** Contains noisy speech audio samples. (9.1% of the original subset). Each split contains 48 rows, with 16 speakers (8 males / 8 females) reading 3 sentences each.
|
| 202 |
- **speechless_clean:** Contains clean non-speech audio samples. (4.7% of the original subset). Each split contains 3 rows.
|
| 203 |
+
- **speechless_noisy:** Contains noisy non-speech audio samples. (1.5% of the original subset). Each split contains 1 row.
|
|
|
|
|
|