Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: audio_id
|
6 |
dtype: string
|
@@ -16,11 +16,31 @@ dataset_info:
|
|
16 |
num_examples: 1000
|
17 |
download_size: 333976602
|
18 |
dataset_size: 334246861.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
configs:
|
20 |
- config_name: transcribe_cs
|
21 |
data_files:
|
22 |
- split: train
|
23 |
path: transcribe_cs/train-*
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
# Dataset Card for "vp-er-14l"
|
26 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: transcribe_cs
|
4 |
features:
|
5 |
- name: audio_id
|
6 |
dtype: string
|
|
|
16 |
num_examples: 1000
|
17 |
download_size: 333976602
|
18 |
dataset_size: 334246861.0
|
19 |
+
- config_name: translate_cs
|
20 |
+
features:
|
21 |
+
- name: audio_id
|
22 |
+
dtype: string
|
23 |
+
- name: audio
|
24 |
+
dtype:
|
25 |
+
audio:
|
26 |
+
sampling_rate: 16000
|
27 |
+
- name: text
|
28 |
+
dtype: string
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 333003515.0
|
32 |
+
num_examples: 1000
|
33 |
+
download_size: 332654312
|
34 |
+
dataset_size: 333003515.0
|
35 |
configs:
|
36 |
- config_name: transcribe_cs
|
37 |
data_files:
|
38 |
- split: train
|
39 |
path: transcribe_cs/train-*
|
40 |
+
- config_name: translate_cs
|
41 |
+
data_files:
|
42 |
+
- split: train
|
43 |
+
path: translate_cs/train-*
|
44 |
---
|
45 |
# Dataset Card for "vp-er-14l"
|
46 |
|