xhluca commited on
Commit
0d49fca
1 Parent(s): ac448c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -8
README.md CHANGED
@@ -8,21 +8,37 @@ configs:
8
  default: true
9
  data_files:
10
  - split: train
11
- path: data/train.csv
12
  - split: validation
13
- path: data/valid.csv
14
  - split: test
15
- path: data/test_iid.csv
16
  - split: test_iid
17
- path: data/test_iid.csv
18
  - split: test_geo
19
- path: data/test_geo.csv
20
  - split: test_vis
21
- path: data/test_vis.csv
22
  - split: test_cat
23
- path: data/test_cat.csv
24
  - split: test_web
25
- path: data/test_web.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  tags:
27
  - image-to-text
28
  - vision
 
8
  default: true
9
  data_files:
10
  - split: train
11
+ path: data/chat/train.json.gz
12
  - split: validation
13
+ path: data/chat/valid.json.gz
14
  - split: test
15
+ path: data/chat/test_iid.json.gz
16
  - split: test_iid
17
+ path: data/chat/test_iid.json.gz
18
  - split: test_geo
19
+ path: data/chat/test_geo.json.gz
20
  - split: test_vis
21
+ path: data/chat/test_vis.json.gz
22
  - split: test_cat
23
+ path: data/chat/test_cat.json.gz
24
  - split: test_web
25
+ path: data/chat/test_web.json.gz
26
+ - config_name: reranking
27
+ data_files:
28
+ - split: validation
29
+ path: data/reranking/valid.json.gz
30
+ - split: test
31
+ path: data/reranking/test_iid.json.gz
32
+ - split: test_iid
33
+ path: data/reranking/test_iid.json.gz
34
+ - split: test_geo
35
+ path: data/reranking/test_geo.json.gz
36
+ - split: test_vis
37
+ path: data/reranking/test_vis.json.gz
38
+ - split: test_web
39
+ path: data/reranking/test_web.json.gz
40
+ - split: test_cat
41
+ path: data/reranking/test_cat.json.gz
42
  tags:
43
  - image-to-text
44
  - vision