initial commit
Browse files- dataset_metadata.yaml +13 -0
dataset_metadata.yaml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
configs:
|
| 2 |
+
- config_name: latin
|
| 3 |
+
data_files: "TMBench.json"
|
| 4 |
+
default: true
|
| 5 |
+
|
| 6 |
+
- config_name: greek
|
| 7 |
+
data_files: "TMBenchGreek.json"
|
| 8 |
+
|
| 9 |
+
- config_name: number
|
| 10 |
+
data_files: "TMBenchNumber.json"
|
| 11 |
+
|
| 12 |
+
- config_name: special
|
| 13 |
+
data_files: "TMBenchSpecial.json"
|