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