Tom Hodemon commited on
Commit
3d82248
·
1 Parent(s): e391872

Initial commit

Browse files
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: random
4
+ default: true
5
+ data_files:
6
+ - split: train
7
+ path: "random/train.jsonl"
8
+ - split: test
9
+ path: "random/test.jsonl"
10
+ - split: val
11
+ path: "random/val.jsonl"
12
+
13
+ - config_name: zeroshot
14
+ data_files:
15
+ - split: train
16
+ path: "zeroshot/train.jsonl"
17
+ - split: test
18
+ path: "zeroshot/test.jsonl"
19
+ - split: val
20
+ path: "zeroshot/val.jsonl"
21
+ ---
22
+
23
+ # Grounded Visual Spatial Reasoning
random/dev.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
random/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
random/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
zeroshot/dev.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
zeroshot/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
zeroshot/train.jsonl ADDED
The diff for this file is too large to render. See raw diff