Upload dataset
Browse files- ImageNet_1K/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
ImageNet_1K/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d7e69450186cd08ec0bcab06cfaff17ca6b6ff75a3402b4389902c1e7f2932c
|
3 |
+
size 9068067
|
README.md
CHANGED
@@ -20,6 +20,26 @@ dataset_info:
|
|
20 |
num_examples: 99874
|
21 |
download_size: 18868701
|
22 |
dataset_size: 43976664
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- config_name: InfoSeek_it2it
|
24 |
features:
|
25 |
- name: qry
|
@@ -85,6 +105,10 @@ configs:
|
|
85 |
data_files:
|
86 |
- split: train
|
87 |
path: ArxivQA/train-*
|
|
|
|
|
|
|
|
|
88 |
- config_name: InfoSeek_it2it
|
89 |
data_files:
|
90 |
- split: train
|
|
|
20 |
num_examples: 99874
|
21 |
download_size: 18868701
|
22 |
dataset_size: 43976664
|
23 |
+
- config_name: ImageNet_1K
|
24 |
+
features:
|
25 |
+
- name: qry
|
26 |
+
dtype: string
|
27 |
+
- name: qry_image_path
|
28 |
+
dtype: string
|
29 |
+
- name: pos_text
|
30 |
+
dtype: string
|
31 |
+
- name: pos_image_path
|
32 |
+
dtype: string
|
33 |
+
- name: neg_text
|
34 |
+
dtype: string
|
35 |
+
- name: neg_image_path
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 33957785
|
40 |
+
num_examples: 99999
|
41 |
+
download_size: 9068067
|
42 |
+
dataset_size: 33957785
|
43 |
- config_name: InfoSeek_it2it
|
44 |
features:
|
45 |
- name: qry
|
|
|
105 |
data_files:
|
106 |
- split: train
|
107 |
path: ArxivQA/train-*
|
108 |
+
- config_name: ImageNet_1K
|
109 |
+
data_files:
|
110 |
+
- split: train
|
111 |
+
path: ImageNet_1K/train-*
|
112 |
- config_name: InfoSeek_it2it
|
113 |
data_files:
|
114 |
- split: train
|