Datasets:
Tasks:
Automatic Speech Recognition
Sub-tasks:
keyword-spotting
Size:
10K<n<100K
ArXiv:
Tags:
speech-recognition
License:
mariosasko
commited on
Commit
•
4f23c65
1
Parent(s):
05a0103
Update README.md
Browse files
README.md
CHANGED
@@ -778,6 +778,24 @@ dataset_info:
|
|
778 |
download_size: 32353193
|
779 |
dataset_size: 36497299.0
|
780 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
781 |
- config_name: cs-CZ
|
782 |
data_files:
|
783 |
- split: train
|
@@ -883,13 +901,12 @@ All other configurations have the same structure.
|
|
883 |
- Total amount of disk used: 471 MB
|
884 |
|
885 |
|
886 |
-
An example of a
|
887 |
|
888 |
```
|
889 |
{
|
890 |
-
"path": "/home/patrick/.cache/huggingface/datasets/downloads/extracted/3ebe2265b2f102203be5e64fa8e533e0c6742e72268772c8ac1834c5a1a921e3/fr-FR~ADDRESS/response_4.wav",
|
891 |
"audio": {
|
892 |
-
"path":
|
893 |
"array": array(
|
894 |
[0.0, 0.0, 0.0, ..., 0.0, 0.00048828, -0.00024414], dtype=float32
|
895 |
),
|
@@ -905,8 +922,7 @@ An example of a datainstance of the config `fr-FR` looks as follows:
|
|
905 |
### Data Fields
|
906 |
The data fields are the same among all splits.
|
907 |
|
908 |
-
- **
|
909 |
-
- **audio** (dict): Audio object including loaded audio array, sampling rate and path ot audio
|
910 |
- **transcription** (str): Transcription of the audio file
|
911 |
- **english_transcription** (str): English transcription of the audio file
|
912 |
- **intent_class** (int): Class id of intent
|
|
|
778 |
download_size: 32353193
|
779 |
dataset_size: 36497299.0
|
780 |
configs:
|
781 |
+
- config_name: all
|
782 |
+
data_files:
|
783 |
+
- split: train
|
784 |
+
path:
|
785 |
+
- "cs-CZ/train-*"
|
786 |
+
- "de-DE/train-*"
|
787 |
+
- "en-AU/train-*"
|
788 |
+
- "en-GB/train-*"
|
789 |
+
- "en-US/train-*"
|
790 |
+
- "es-ES/train-*"
|
791 |
+
- "fr-FR/train-*"
|
792 |
+
- "it-IT/train-*"
|
793 |
+
- "ko-KR/train-*"
|
794 |
+
- "nl-NL/train-*"
|
795 |
+
- "pl-PL/train-*"
|
796 |
+
- "pt-PT/train-*"
|
797 |
+
- "ru-RU/train-*"
|
798 |
+
- "zh-CN/train-*"
|
799 |
- config_name: cs-CZ
|
800 |
data_files:
|
801 |
- split: train
|
|
|
901 |
- Total amount of disk used: 471 MB
|
902 |
|
903 |
|
904 |
+
An example of a data instance of the config `fr-FR` looks as follows:
|
905 |
|
906 |
```
|
907 |
{
|
|
|
908 |
"audio": {
|
909 |
+
"path": None,
|
910 |
"array": array(
|
911 |
[0.0, 0.0, 0.0, ..., 0.0, 0.00048828, -0.00024414], dtype=float32
|
912 |
),
|
|
|
922 |
### Data Fields
|
923 |
The data fields are the same among all splits.
|
924 |
|
925 |
+
- **audio** (dict): Audio object including loaded audio array, sampling rate and path to audio
|
|
|
926 |
- **transcription** (str): Transcription of the audio file
|
927 |
- **english_transcription** (str): English transcription of the audio file
|
928 |
- **intent_class** (int): Class id of intent
|