Datasets:
Pin all data/<pair>/*.parquet to split=train; stop HF auto-detecting -test- in filenames
Browse files
README.md
CHANGED
|
@@ -15,7 +15,15 @@ tags:
|
|
| 15 |
- machine-translation
|
| 16 |
size_categories:
|
| 17 |
- 10M<n<100M
|
| 18 |
-
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# natgillin/translations
|
|
@@ -52,8 +60,11 @@ data/
|
|
| 52 |
...
|
| 53 |
```
|
| 54 |
|
| 55 |
-
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
## `origin` values
|
| 59 |
|
|
|
|
| 15 |
- machine-translation
|
| 16 |
size_categories:
|
| 17 |
- 10M<n<100M
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: bel-eng
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: data/bel-eng/*.parquet
|
| 23 |
+
- config_name: cat-eng
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: data/cat-eng/*.parquet
|
| 27 |
---
|
| 28 |
|
| 29 |
# natgillin/translations
|
|
|
|
| 60 |
...
|
| 61 |
```
|
| 62 |
|
| 63 |
+
Each language pair is one config (`bel-eng`, `cat-eng`) with everything
|
| 64 |
+
under that pair pinned to `split: train`. The configs are listed
|
| 65 |
+
explicitly in the YAML frontmatter so that HF's auto-split detection
|
| 66 |
+
does not mistake filenames containing substrings like `-test-` for an
|
| 67 |
+
actual test split.
|
| 68 |
|
| 69 |
## `origin` values
|
| 70 |
|