xhluca commited on
Commit
616cf67
1 Parent(s): eaa5c5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -15,6 +15,8 @@ configs:
15
  path: data/valid.csv
16
  - split: test
17
  path: data/test_iid.csv
 
 
18
  - split: test_geo
19
  path: data/test_geo.csv
20
  - split: test_vis
@@ -23,8 +25,24 @@ configs:
23
  path: data/test_cat.csv
24
  - split: test_web
25
  path: data/test_web.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  tags:
27
- - conversational
28
  - image-to-text
29
  - vision
30
  - convAI
 
15
  path: data/valid.csv
16
  - split: test
17
  path: data/test_iid.csv
18
+ - split: test_iid
19
+ path: data/test_iid.csv
20
  - split: test_geo
21
  path: data/test_geo.csv
22
  - split: test_vis
 
25
  path: data/test_cat.csv
26
  - split: test_web
27
  path: data/test_web.csv
28
+
29
+ - config_name: reranking
30
+ data_files:
31
+ - split: validation
32
+ path: reranking/valid.jsonl
33
+ - split: test
34
+ path: reranking/test_iid.jsonl
35
+ - split: test_iid
36
+ path: reranking/test_iid.jsonl
37
+ - split: test_geo
38
+ path: reranking/test_geo.jsonl
39
+ - split: test_vis
40
+ path: reranking/test_vis.jsonl
41
+ - split: test_web
42
+ path: reranking/test_web.jsonl
43
+ - split: test_cat
44
+ path: reranking/test_cat.jsonl
45
  tags:
 
46
  - image-to-text
47
  - vision
48
  - convAI