tj-solergibert
commited on
Commit
·
50a1b91
1
Parent(s):
86a40c4
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: original_audio
|
5 |
+
dtype: string
|
6 |
+
- name: original_language
|
7 |
+
dtype: string
|
8 |
+
- name: audio_path
|
9 |
+
dtype: string
|
10 |
+
- name: transcriptions
|
11 |
+
struct:
|
12 |
+
- name: de
|
13 |
+
dtype: string
|
14 |
+
- name: en
|
15 |
+
dtype: string
|
16 |
+
- name: es
|
17 |
+
dtype: string
|
18 |
+
- name: fr
|
19 |
+
dtype: string
|
20 |
+
- name: it
|
21 |
+
dtype: string
|
22 |
+
- name: nl
|
23 |
+
dtype: string
|
24 |
+
- name: pl
|
25 |
+
dtype: string
|
26 |
+
- name: pt
|
27 |
+
dtype: string
|
28 |
+
- name: ro
|
29 |
+
dtype: string
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 146946574
|
33 |
+
num_examples: 116138
|
34 |
+
- name: valid
|
35 |
+
num_bytes: 21180499
|
36 |
+
num_examples: 17538
|
37 |
+
- name: test
|
38 |
+
num_bytes: 22431873
|
39 |
+
num_examples: 18901
|
40 |
+
download_size: 107605521
|
41 |
+
dataset_size: 190558946
|
42 |
+
---
|
43 |
+
# Dataset Card for "Europarl-ST"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|