Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,8 @@ configs:
|
|
| 28 |
path: data/validation-*
|
| 29 |
- split: test
|
| 30 |
path: data/test-*
|
|
|
|
|
|
|
| 31 |
---
|
|
|
|
|
|
|
|
|
| 28 |
path: data/validation-*
|
| 29 |
- split: test
|
| 30 |
path: data/test-*
|
| 31 |
+
size_categories:
|
| 32 |
+
- 1M<n<10M
|
| 33 |
---
|
| 34 |
+
|
| 35 |
+
The [WMT14 English-German Translation Data w/ further preprocessing](https://huggingface.co/datasets/stas/wmt14-en-de-pre-processed) dataset without needing to run remote code, so it is compatible with datasets >= 4.0.0.
|