tj-solergibert commited on
Commit
fe6ed92
·
1 Parent(s): 02bc6ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -8
README.md CHANGED
@@ -62,7 +62,6 @@ size_categories:
62
  - [Dataset Summary](#dataset-summary)
63
  - [Languages](#languages)
64
  - [Dataset Structure](#dataset-structure)
65
- - [Data Instances](#data-instances)
66
  - [Data Fields](#data-fields)
67
  - [Data Splits](#data-splits)
68
  - [Additional Information](#additional-information)
@@ -81,21 +80,38 @@ Europarl-ST is a Multilingual Speech Translation Corpus, that contains paired au
81
 
82
  ### Languages
83
 
84
- [More Information Needed]
85
 
86
  ## Dataset Structure
87
 
88
- ### Data Instances
89
-
90
- [More Information Needed]
91
-
92
  ### Data Fields
93
 
94
- [More Information Needed]
 
 
 
95
 
96
  ### Data Splits
97
 
98
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  ## Additional Information
101
 
 
62
  - [Dataset Summary](#dataset-summary)
63
  - [Languages](#languages)
64
  - [Dataset Structure](#dataset-structure)
 
65
  - [Data Fields](#data-fields)
66
  - [Data Splits](#data-splits)
67
  - [Additional Information](#additional-information)
 
80
 
81
  ### Languages
82
 
83
+ Spanish, German, English, French, Dutch, Polish, Portuguese, Romanian, Italian
84
 
85
  ## Dataset Structure
86
 
 
 
 
 
87
  ### Data Fields
88
 
89
+ - **original_audio:** The original speech that is heard on the recording.
90
+ - **original_language:** The language of the audio
91
+ - **audio_path:** Path to the audio file
92
+ - **transcriptions:** Dictionary containing transcriptions into different languages
93
 
94
  ### Data Splits
95
 
96
+ - **train split:** 116138 samples
97
+ - **valid split:** 17538 samples
98
+ - **test split:** 18901 samples
99
+
100
+ Train set (hours):
101
+
102
+ | src/tgt | en | fr | de | it | es | pt | pl | ro | nl |
103
+ |---------|----|----|----|----|----|----|----|----|----|
104
+ | en | - | 81 | 83 | 80 | 81 | 81 | 79 | 72 | 80 |
105
+ | fr | 32 | - | 21 | 20 | 21 | 22 | 20 | 18 | 22 |
106
+ | de | 30 | 18 | - | 17 | 18 | 18 | 17 | 17 | 18 |
107
+ | it | 37 | 21 | 21 | - | 21 | 21 | 21 | 19 | 20 |
108
+ | es | 22 | 14 | 14 | 14 | - | 14 | 13 | 12 | 13 |
109
+ | pt | 15 | 10 | 10 | 10 | 10 | - | 9 | 9 | 9 |
110
+ | pl | 28 | 18 | 18 | 17 | 18 | 18 | - | 16 | 18 |
111
+ | ro | 24 | 12 | 12 | 12 | 12 | 12 | 12 | - | 12 |
112
+ | nl | 7 | 5 | 5 | 4 | 5 | 4 | 4 | 4 | - |
113
+
114
+ Valid/Test sets are all between 3 and 6 hours.
115
 
116
  ## Additional Information
117