ageron commited on
Commit
6cb9130
·
verified ·
1 Parent(s): 46736a5

Update README.md

Browse files

Explain that this is a subset of the Tatoeba Challenge dataset.

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -27,3 +27,8 @@ configs:
27
  - split: test
28
  path: eng-spa/test-*
29
  ---
 
 
 
 
 
 
27
  - split: test
28
  path: eng-spa/test-*
29
  ---
30
+
31
+ This is a subset of the [Tatoeba Challenge dataset](https://github.com/Helsinki-NLP/Tatoeba-Challenge/). It contains only the English-to-Spanish data.
32
+
33
+ The full Tatoeba Challenge dataset is available at [Helsinki-NLP/tatoeba_mt](https://huggingface.co/datasets/Helsinki-NLP/tatoeba_mt), but it does not work with the latest Datasets library because it contains custom code.
34
+ A newer version which works with the latest Datasets library is available at [Helsinki-NLP/tatoeba_mt_train](https://huggingface.co/datasets/Helsinki-NLP/tatoeba_mt_train), however it does not currently contain all language pair (in particular, the Spanish-to-English subset that I needed is not there). [This issue](https://github.com/Helsinki-NLP/Tatoeba-Challenge/issues/42) may be fixed by the time you read this.