Datasets:
Commit ·
927ee49
1
Parent(s): b6d6719
Fix missing tags in dataset cards (#4833)
Browse filesCommit from https://github.com/huggingface/datasets/commit/c6434a26d696a52997f9a670a30c537d962f91e4
README.md
CHANGED
|
@@ -1,11 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
multilinguality:
|
| 5 |
- translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
task_categories:
|
| 7 |
- translation
|
| 8 |
task_ids: []
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Dataset Card for "wmt_t2t"
|
|
@@ -46,6 +62,8 @@ task_ids: []
|
|
| 46 |
|
| 47 |
### Dataset Summary
|
| 48 |
|
|
|
|
|
|
|
| 49 |
Translation dataset based on the data from statmt.org.
|
| 50 |
|
| 51 |
Versions exist for different years using a combination of data
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- no-annotation
|
| 4 |
+
language_creators:
|
| 5 |
+
- found
|
| 6 |
+
language:
|
| 7 |
+
- de
|
| 8 |
+
- en
|
| 9 |
+
license:
|
| 10 |
+
- unknown
|
| 11 |
multilinguality:
|
| 12 |
- translation
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10M<n<100M
|
| 15 |
+
source_datasets:
|
| 16 |
+
- extended|europarl_bilingual
|
| 17 |
+
- extended|news_commentary
|
| 18 |
+
- extended|opus_paracrawl
|
| 19 |
+
- extended|un_multi
|
| 20 |
task_categories:
|
| 21 |
- translation
|
| 22 |
task_ids: []
|
| 23 |
+
pretty_name: WMT T2T
|
| 24 |
+
paperswithcode_id: null
|
| 25 |
---
|
| 26 |
|
| 27 |
# Dataset Card for "wmt_t2t"
|
|
|
|
| 62 |
|
| 63 |
### Dataset Summary
|
| 64 |
|
| 65 |
+
The WMT EnDe Translate dataset used by the Tensor2Tensor library.
|
| 66 |
+
|
| 67 |
Translation dataset based on the data from statmt.org.
|
| 68 |
|
| 69 |
Versions exist for different years using a combination of data
|