Create afqmc.json
Browse files- afqmc.json +16 -0
afqmc.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"train": {
|
4 |
+
"meta": "train_small.csv",
|
5 |
+
"file": ""
|
6 |
+
},
|
7 |
+
"test": {
|
8 |
+
"meta": "test_small.csv",
|
9 |
+
"file": ""
|
10 |
+
},
|
11 |
+
"validation": {
|
12 |
+
"meta": "val_small.csv",
|
13 |
+
"file": ""
|
14 |
+
}
|
15 |
+
}
|
16 |
+
}
|