Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,37 +11,37 @@ configs:
|
|
| 11 |
default: true
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
-
path:
|
| 15 |
- split: validation
|
| 16 |
-
path:
|
| 17 |
- split: test
|
| 18 |
-
path:
|
| 19 |
- split: test_iid
|
| 20 |
-
path:
|
| 21 |
- split: test_geo
|
| 22 |
-
path:
|
| 23 |
- split: test_vis
|
| 24 |
-
path:
|
| 25 |
- split: test_cat
|
| 26 |
-
path:
|
| 27 |
- split: test_web
|
| 28 |
-
path:
|
| 29 |
- config_name: reranking
|
| 30 |
data_files:
|
| 31 |
- split: validation
|
| 32 |
-
path: reranking/
|
| 33 |
- split: test
|
| 34 |
-
path: reranking/
|
| 35 |
- split: test_iid
|
| 36 |
-
path: reranking/
|
| 37 |
- split: test_geo
|
| 38 |
-
path: reranking/
|
| 39 |
- split: test_vis
|
| 40 |
-
path: reranking/
|
| 41 |
- split: test_web
|
| 42 |
-
path: reranking/
|
| 43 |
- split: test_cat
|
| 44 |
-
path: reranking/
|
| 45 |
tags:
|
| 46 |
- image-to-text
|
| 47 |
- vision
|
|
|
|
| 11 |
default: true
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
+
path: chat/jsons/train.json.gz
|
| 15 |
- split: validation
|
| 16 |
+
path: chat/jsons/valid.json.gz
|
| 17 |
- split: test
|
| 18 |
+
path: chat/jsons/test_iid.json.gz
|
| 19 |
- split: test_iid
|
| 20 |
+
path: chat/jsons/test_iid.json.gz
|
| 21 |
- split: test_geo
|
| 22 |
+
path: chat/jsons/test_geo.json.gz
|
| 23 |
- split: test_vis
|
| 24 |
+
path: chat/jsons/test_vis.json.gz
|
| 25 |
- split: test_cat
|
| 26 |
+
path: chat/jsons/test_cat.json.gz
|
| 27 |
- split: test_web
|
| 28 |
+
path: chat/jsons/test_web.json.gz
|
| 29 |
- config_name: reranking
|
| 30 |
data_files:
|
| 31 |
- split: validation
|
| 32 |
+
path: reranking/jsons/valid.json.gz
|
| 33 |
- split: test
|
| 34 |
+
path: reranking/jsons/test_iid.json.gz
|
| 35 |
- split: test_iid
|
| 36 |
+
path: reranking/jsons/test_iid.json.gz
|
| 37 |
- split: test_geo
|
| 38 |
+
path: reranking/jsons/test_geo.json.gz
|
| 39 |
- split: test_vis
|
| 40 |
+
path: reranking/jsons/test_vis.json.gz
|
| 41 |
- split: test_web
|
| 42 |
+
path: reranking/jsons/test_web.json.gz
|
| 43 |
- split: test_cat
|
| 44 |
+
path: reranking/jsons/test_cat.json.gz
|
| 45 |
tags:
|
| 46 |
- image-to-text
|
| 47 |
- vision
|