vqamaster commited on
Commit
49772ee
1 Parent(s): a09030e

changes config 1

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ ---
6
+ configs:
7
+ - config_name: full_data
8
+ data_files:
9
+ - split: train
10
+ path:"Full-data/train.json"
11
+ - split: test
12
+ path:"Full-data/test.json"
13
+ - config_name: timestamp_data
14
+ data_files: "MathSc-Timestamp/train.json"
15
+ ---