xhluca commited on
Commit
59f67b0
1 Parent(s): d828701

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -28,19 +28,19 @@ configs:
28
  - config_name: reranking
29
  data_files:
30
  - split: validation
31
- path: reranking/valid.parquet
32
  - split: test
33
- path: reranking/test_iid.parquet
34
  - split: test_iid
35
- path: reranking/test_iid.parquet
36
  - split: test_geo
37
- path: reranking/test_geo.parquet
38
  - split: test_vis
39
- path: reranking/test_vis.parquet
40
  - split: test_web
41
- path: reranking/test_web.parquet
42
  - split: test_cat
43
- path: reranking/test_cat.parquet
44
  tags:
45
  - image-to-text
46
  - vision
 
28
  - config_name: reranking
29
  data_files:
30
  - split: validation
31
+ path: reranking/valid.json
32
  - split: test
33
+ path: reranking/test_iid.json
34
  - split: test_iid
35
+ path: reranking/test_iid.json
36
  - split: test_geo
37
+ path: reranking/test_geo.json
38
  - split: test_vis
39
+ path: reranking/test_vis.json
40
  - split: test_web
41
+ path: reranking/test_web.json
42
  - split: test_cat
43
+ path: reranking/test_cat.json
44
  tags:
45
  - image-to-text
46
  - vision