Add language tag
#2
by
lbourdois
- opened
README.md
CHANGED
@@ -32,6 +32,11 @@ configs:
|
|
32 |
path: data/dev-*
|
33 |
- split: test
|
34 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
-
This is a subset of the [Ted Multi](https://huggingface.co/datasets/neulab/ted_multi) dataset. I take out the parallel sentences across English, French, Dutch and German, and generate all possible sentence pair combinations.
|
|
|
32 |
path: data/dev-*
|
33 |
- split: test
|
34 |
path: data/test-*
|
35 |
+
language:
|
36 |
+
- en
|
37 |
+
- fr
|
38 |
+
- de
|
39 |
+
- nl
|
40 |
---
|
41 |
|
42 |
+
This is a subset of the [Ted Multi](https://huggingface.co/datasets/neulab/ted_multi) dataset. I take out the parallel sentences across English, French, Dutch and German, and generate all possible sentence pair combinations.
|