lbourdois commited on
Commit
493d836
·
verified ·
1 Parent(s): 6440964

Add language tag

Browse files

Hi
A PR to improve the referencing of your dataset 🤗

Files changed (1) hide show
  1. README.md +6 -1
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.