Commit
·
493359d
1
Parent(s):
4aaac81
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: audio_id
|
12 |
+
dtype: string
|
13 |
+
- name: language
|
14 |
+
dtype:
|
15 |
+
class_label:
|
16 |
+
names:
|
17 |
+
'0': en
|
18 |
+
'1': de
|
19 |
+
'2': fr
|
20 |
+
'3': es
|
21 |
+
'4': pl
|
22 |
+
'5': it
|
23 |
+
'6': ro
|
24 |
+
'7': hu
|
25 |
+
'8': cs
|
26 |
+
'9': nl
|
27 |
+
'10': fi
|
28 |
+
'11': hr
|
29 |
+
'12': sk
|
30 |
+
'13': sl
|
31 |
+
'14': et
|
32 |
+
'15': lt
|
33 |
+
'16': en_accented
|
34 |
+
- name: audio
|
35 |
+
dtype:
|
36 |
+
audio:
|
37 |
+
sampling_rate: 16000
|
38 |
+
- name: raw_text
|
39 |
+
dtype: string
|
40 |
+
- name: normalized_text
|
41 |
+
dtype: string
|
42 |
+
- name: gender
|
43 |
+
dtype: string
|
44 |
+
- name: speaker_id
|
45 |
+
dtype: string
|
46 |
+
- name: is_gold_transcript
|
47 |
+
dtype: bool
|
48 |
+
- name: accent
|
49 |
+
dtype: string
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 569003224.6800001
|
53 |
+
num_examples: 1107
|
54 |
+
- name: test
|
55 |
+
num_bytes: 64791237.5
|
56 |
+
num_examples: 123
|
57 |
+
download_size: 508701516
|
58 |
+
dataset_size: 633794462.1800001
|
59 |
+
---
|
60 |
+
# Dataset Card for "voxpopuli_nl_validation"
|
61 |
+
|
62 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|