Datasets:
Tom Hodemon
commited on
Commit
·
d7d245b
1
Parent(s):
3d82248
Fix README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,8 @@ configs:
|
|
| 7 |
path: "random/train.jsonl"
|
| 8 |
- split: test
|
| 9 |
path: "random/test.jsonl"
|
| 10 |
-
- split:
|
| 11 |
-
path: "random/
|
| 12 |
|
| 13 |
- config_name: zeroshot
|
| 14 |
data_files:
|
|
@@ -16,8 +16,8 @@ configs:
|
|
| 16 |
path: "zeroshot/train.jsonl"
|
| 17 |
- split: test
|
| 18 |
path: "zeroshot/test.jsonl"
|
| 19 |
-
- split:
|
| 20 |
-
path: "zeroshot/
|
| 21 |
---
|
| 22 |
|
| 23 |
# Grounded Visual Spatial Reasoning
|
|
|
|
| 7 |
path: "random/train.jsonl"
|
| 8 |
- split: test
|
| 9 |
path: "random/test.jsonl"
|
| 10 |
+
- split: dev
|
| 11 |
+
path: "random/dev.jsonl"
|
| 12 |
|
| 13 |
- config_name: zeroshot
|
| 14 |
data_files:
|
|
|
|
| 16 |
path: "zeroshot/train.jsonl"
|
| 17 |
- split: test
|
| 18 |
path: "zeroshot/test.jsonl"
|
| 19 |
+
- split: dev
|
| 20 |
+
path: "zeroshot/dev.jsonl"
|
| 21 |
---
|
| 22 |
|
| 23 |
# Grounded Visual Spatial Reasoning
|