BerMaker commited on
Commit
5669f91
1 Parent(s): 1710ffe

Create afqmc.json

Browse files
Files changed (1) hide show
  1. 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
+ }