Datasets:

Multilinguality:
multilingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
system HF staff commited on
Commit
18a391a
1 Parent(s): 600ad0f

Update files from the datasets library (from 1.9.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.9.0

Files changed (1) hide show
  1. README.md +47 -6
README.md CHANGED
@@ -31,7 +31,16 @@ licenses:
31
  multilinguality:
32
  - multilingual
33
  size_categories:
34
- - n>1M
 
 
 
 
 
 
 
 
 
35
  source_datasets:
36
  - original
37
  task_categories:
@@ -39,9 +48,10 @@ task_categories:
39
  task_ids:
40
  - machine-translation
41
  paperswithcode_id: null
 
42
  ---
43
 
44
- # Dataset Card Creation Guide
45
 
46
  ## Table of Contents
47
  - [Dataset Description](#dataset-description)
@@ -95,16 +105,33 @@ E.g.
95
 
96
  ### Data Instances
97
 
98
- Here are some examples of questions and facts:
99
 
 
 
 
 
 
100
 
101
  ### Data Fields
102
 
103
- [More Information Needed]
 
 
 
104
 
105
  ### Data Splits
106
 
107
- [More Information Needed]
 
 
 
 
 
 
 
 
 
108
 
109
  ## Dataset Creation
110
 
@@ -166,7 +193,21 @@ Here are some examples of questions and facts:
166
 
167
  ### Citation Information
168
 
169
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
 
171
  ### Contributions
172
 
 
31
  multilinguality:
32
  - multilingual
33
  size_categories:
34
+ bg-el:
35
+ - 1M<n<10M
36
+ cs-et:
37
+ - 1M<n<10M
38
+ de-mt:
39
+ - 1M<n<10M
40
+ fr-sk:
41
+ - 1M<n<10M
42
+ es-lt:
43
+ - 1M<n<10M
44
  source_datasets:
45
  - original
46
  task_categories:
 
48
  task_ids:
49
  - machine-translation
50
  paperswithcode_id: null
51
+ pretty_name: EMEA
52
  ---
53
 
54
+ # Dataset Card for EMEA
55
 
56
  ## Table of Contents
57
  - [Dataset Description](#dataset-description)
 
105
 
106
  ### Data Instances
107
 
108
+ Here is an example of the `en-nl` configuration:
109
 
110
+ ```
111
+ {'id': '4',
112
+ 'translation': {'en': 'EPAR summary for the public',
113
+ 'nl': 'EPAR-samenvatting voor het publiek'}}
114
+ ```
115
 
116
  ### Data Fields
117
 
118
+ The data fields are:
119
+
120
+ - id: id of the sentence pair
121
+ - translation: a dictionary of the form {lang1: text_in_lang1, lang2: text_in_lang2}
122
 
123
  ### Data Splits
124
 
125
+ Sizes of some language pairs:
126
+
127
+ | name |train|
128
+ |----------|----:|
129
+ |bg-el|1044065|
130
+ |cs-et|1053164|
131
+ |de-mt|1000532|
132
+ |fr-sk|1062753|
133
+ |es-lt|1051370|
134
+
135
 
136
  ## Dataset Creation
137
 
 
193
 
194
  ### Citation Information
195
 
196
+ ```bibtex
197
+ @InProceedings{TIEDEMANN12.463,
198
+ author = {J{\"o}rg Tiedemann},
199
+ title = {Parallel Data, Tools and Interfaces in OPUS},
200
+ booktitle = {Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)},
201
+ year = {2012},
202
+ month = {may},
203
+ date = {23-25},
204
+ address = {Istanbul, Turkey},
205
+ editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Mehmet Ugur Dogan and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis},
206
+ publisher = {European Language Resources Association (ELRA)},
207
+ isbn = {978-2-9517408-7-7},
208
+ language = {english}
209
+ }
210
+ ```
211
 
212
  ### Contributions
213