Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ license: apache-2.0
|
|
4 |
configs:
|
5 |
- config_name: default
|
6 |
data_files:
|
|
|
7 |
- split: test_all
|
8 |
path:
|
9 |
- "whoops/*"
|
@@ -15,29 +16,22 @@ configs:
|
|
15 |
- "inaturalist/*"
|
16 |
- "wit/*"
|
17 |
default: true
|
18 |
-
num_examples: 6000
|
19 |
- split: whoops
|
20 |
path: "whoops/*"
|
21 |
-
num_examples: 500
|
22 |
- split: pick_a_pic
|
23 |
path: "pick_a_pic/*"
|
24 |
-
num_examples: 2500
|
25 |
- split: logo2k
|
26 |
path: "logo2k/*"
|
27 |
-
num_examples: 500
|
28 |
- split: visual_news
|
29 |
path: "visual_news/*"
|
30 |
-
num_examples: 500
|
31 |
- split: google_landmark
|
32 |
path: "google_landmark/*"
|
33 |
-
num_examples: 500
|
34 |
- split: food2k
|
35 |
path: "food2k/*"
|
36 |
-
num_examples: 500
|
37 |
- split: inaturalist
|
38 |
path: "inaturalist/*"
|
39 |
-
num_examples: 500
|
40 |
- split: wit
|
41 |
path: "wit/*"
|
42 |
-
|
|
|
43 |
---
|
|
|
4 |
configs:
|
5 |
- config_name: default
|
6 |
data_files:
|
7 |
+
|
8 |
- split: test_all
|
9 |
path:
|
10 |
- "whoops/*"
|
|
|
16 |
- "inaturalist/*"
|
17 |
- "wit/*"
|
18 |
default: true
|
|
|
19 |
- split: whoops
|
20 |
path: "whoops/*"
|
|
|
21 |
- split: pick_a_pic
|
22 |
path: "pick_a_pic/*"
|
|
|
23 |
- split: logo2k
|
24 |
path: "logo2k/*"
|
|
|
25 |
- split: visual_news
|
26 |
path: "visual_news/*"
|
|
|
27 |
- split: google_landmark
|
28 |
path: "google_landmark/*"
|
|
|
29 |
- split: food2k
|
30 |
path: "food2k/*"
|
|
|
31 |
- split: inaturalist
|
32 |
path: "inaturalist/*"
|
|
|
33 |
- split: wit
|
34 |
path: "wit/*"
|
35 |
+
---
|
36 |
+
|
37 |
---
|