Upload dataset
Browse files- README.md +35 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -4,6 +4,41 @@ tags:
|
|
| 4 |
- speech
|
| 5 |
- whisper
|
| 6 |
- dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
# test-draft-asr-e2e
|
| 9 |
|
|
|
|
| 4 |
- speech
|
| 5 |
- whisper
|
| 6 |
- dataset
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files:
|
| 10 |
+
- split: train
|
| 11 |
+
path: data/train-*
|
| 12 |
+
dataset_info:
|
| 13 |
+
features:
|
| 14 |
+
- name: audio
|
| 15 |
+
dtype:
|
| 16 |
+
audio:
|
| 17 |
+
sampling_rate: 16000
|
| 18 |
+
- name: text
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: text_ts
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: preconditioning
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: start_time
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: end_time
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: speech_duration
|
| 29 |
+
dtype: float32
|
| 30 |
+
- name: word_timestamps
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: source_file
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: language
|
| 35 |
+
dtype: string
|
| 36 |
+
splits:
|
| 37 |
+
- name: train
|
| 38 |
+
num_bytes: 3875083
|
| 39 |
+
num_examples: 4
|
| 40 |
+
download_size: 3870094
|
| 41 |
+
dataset_size: 3875083
|
| 42 |
---
|
| 43 |
# test-draft-asr-e2e
|
| 44 |
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:371c27f8d90a142f4942a952f6c7bf2670f1cc95fd1430b97af244a18fbc7079
|
| 3 |
+
size 3870094
|