Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,22 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
## Dataset Overview
|
24 |
|
25 |
-
This dataset contains
|
26 |
-
- The
|
27 |
- Tokenized using [WhisperVQ](https://huggingface.co/WhisperSpeech/WhisperSpeech/blob/main/whisper-vq-stoks-medium-en%2Bpl.model).
|
28 |
|
29 |
## Usage
|
@@ -62,5 +72,4 @@ The dataset is released under the [MIT license](https://opensource.org/license/M
|
|
62 |
year=2024,
|
63 |
month=June},
|
64 |
url={https://huggingface.co/datasets/jan-hq/instruction-speech}
|
65 |
-
```
|
66 |
-
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: mit
|
22 |
+
task_categories:
|
23 |
+
- automatic-speech-recognition
|
24 |
+
language:
|
25 |
+
- en
|
26 |
+
tags:
|
27 |
+
- audio2text
|
28 |
+
- multimodal model
|
29 |
+
size_categories:
|
30 |
+
- 1M<n<10M
|
31 |
---
|
32 |
|
33 |
## Dataset Overview
|
34 |
|
35 |
+
This dataset contains over 2,4M English ASR samples, using:
|
36 |
+
- The a training set of [parler-tts/mls_eng_10k](https://huggingface.co/datasets/parler-tts/mls_eng_10k)
|
37 |
- Tokenized using [WhisperVQ](https://huggingface.co/WhisperSpeech/WhisperSpeech/blob/main/whisper-vq-stoks-medium-en%2Bpl.model).
|
38 |
|
39 |
## Usage
|
|
|
72 |
year=2024,
|
73 |
month=June},
|
74 |
url={https://huggingface.co/datasets/jan-hq/instruction-speech}
|
75 |
+
```
|
|