Commit
·
50e6f2c
1
Parent(s):
8d1c599
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: ms-pl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: ms-pl
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: clip_similarity_vitb32
|
6 |
+
dtype: float64
|
7 |
+
- name: id
|
8 |
+
dtype: int64
|
9 |
+
- name: url
|
10 |
+
dtype: string
|
11 |
+
- name: caption
|
12 |
+
dtype: string
|
13 |
+
- name: width
|
14 |
+
dtype: int64
|
15 |
+
- name: height
|
16 |
+
dtype: int64
|
17 |
+
- name: noun_chunks
|
18 |
+
sequence:
|
19 |
+
sequence: float64
|
20 |
+
- name: ref_exps
|
21 |
+
sequence:
|
22 |
+
sequence: float64
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 85070126.6714459
|
26 |
+
num_examples: 179615
|
27 |
+
download_size: 68432695
|
28 |
+
dataset_size: 85070126.6714459
|
29 |
+
configs:
|
30 |
+
- config_name: default
|
31 |
+
data_files:
|
32 |
+
- split: train
|
33 |
+
path: data/train-*
|
34 |
---
|