albertvillanova HF staff commited on
Commit
cb205b0
1 Parent(s): 3dfad41

Fix typo in train split name (#3751)

Browse files

* Fix typo in README guide

* Fix split naming and table alignment in README guide

* Fix split naming and table alignment in all datasets

* Fix previously malformed dataset cards

* Fix previously malformed dataset cards

Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27

Files changed (1) hide show
  1. README.md +80 -14
README.md CHANGED
@@ -1,6 +1,47 @@
1
  ---
2
- paperswithcode_id: paracrawl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pretty_name: ParaCrawl
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for "para_crawl"
@@ -153,13 +194,13 @@ The data fields are the same among all splits.
153
 
154
  ### Data Splits
155
 
156
- |name| train |
157
- |----|-------:|
158
- |enbg| 1039885|
159
- |encs| 2981949|
160
- |enda| 2414895|
161
- |ende|16264448|
162
- |enel| 1985233|
163
 
164
  ## Dataset Creation
165
 
@@ -213,17 +254,42 @@ The data fields are the same among all splits.
213
 
214
  ### Licensing Information
215
 
216
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
217
 
218
  ### Citation Information
219
 
220
  ```
221
- @misc {paracrawl,
222
- title = "ParaCrawl",
223
- year = "2018",
224
- url = "http://paracrawl.eu/download.html."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  }
226
-
227
  ```
228
 
229
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - bg
8
+ - cs
9
+ - da
10
+ - de
11
+ - el
12
+ - en
13
+ - es
14
+ - et
15
+ - fi
16
+ - fr
17
+ - ga
18
+ - hr
19
+ - hu
20
+ - it
21
+ - lt
22
+ - lv
23
+ - mt
24
+ - nl
25
+ - pl
26
+ - pt
27
+ - ro
28
+ - sk
29
+ - sl
30
+ - sv
31
+ licenses:
32
+ - cc0-1-0
33
+ multilinguality:
34
+ - translation
35
  pretty_name: ParaCrawl
36
+ size_categories:
37
+ - 10M<n<100M
38
+ source_datasets:
39
+ - original
40
+ task_categories:
41
+ - conditional-text-generation
42
+ task_ids:
43
+ - machine-translation
44
+ paperswithcode_id: paracrawl
45
  ---
46
 
47
  # Dataset Card for "para_crawl"
 
194
 
195
  ### Data Splits
196
 
197
+ | name | train |
198
+ |------|---------:|
199
+ | enbg | 1039885 |
200
+ | encs | 2981949 |
201
+ | enda | 2414895 |
202
+ | ende | 16264448 |
203
+ | enel | 1985233 |
204
 
205
  ## Dataset Creation
206
 
 
254
 
255
  ### Licensing Information
256
 
257
+ [Creative Commons CC0 license ("no rights reserved")](https://creativecommons.org/share-your-work/public-domain/cc0/).
258
 
259
  ### Citation Information
260
 
261
  ```
262
+ @inproceedings{banon-etal-2020-paracrawl,
263
+ title = "{P}ara{C}rawl: Web-Scale Acquisition of Parallel Corpora",
264
+ author = "Ba{\~n}{\'o}n, Marta and
265
+ Chen, Pinzhen and
266
+ Haddow, Barry and
267
+ Heafield, Kenneth and
268
+ Hoang, Hieu and
269
+ Espl{\`a}-Gomis, Miquel and
270
+ Forcada, Mikel L. and
271
+ Kamran, Amir and
272
+ Kirefu, Faheem and
273
+ Koehn, Philipp and
274
+ Ortiz Rojas, Sergio and
275
+ Pla Sempere, Leopoldo and
276
+ Ram{\'\i}rez-S{\'a}nchez, Gema and
277
+ Sarr{\'\i}as, Elsa and
278
+ Strelec, Marek and
279
+ Thompson, Brian and
280
+ Waites, William and
281
+ Wiggins, Dion and
282
+ Zaragoza, Jaume",
283
+ booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
284
+ month = jul,
285
+ year = "2020",
286
+ address = "Online",
287
+ publisher = "Association for Computational Linguistics",
288
+ url = "https://aclanthology.org/2020.acl-main.417",
289
+ doi = "10.18653/v1/2020.acl-main.417",
290
+ pages = "4555--4567",
291
+ abstract = "We report on methods to create the largest publicly available parallel corpora by crawling the web, using open source software. We empirically compare alternative methods and publish benchmark data sets for sentence alignment and sentence pair filtering. We also describe the parallel corpora released and evaluate their quality and their usefulness to create machine translation systems.",
292
  }
 
293
  ```
294
 
295