yuvalkirstain
commited on
Commit
•
6859f34
1
Parent(s):
a191e76
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: are_different
|
5 |
+
dtype: bool
|
6 |
+
- name: best_image_uid
|
7 |
+
dtype: string
|
8 |
+
- name: caption
|
9 |
+
dtype: string
|
10 |
+
- name: created_at
|
11 |
+
dtype: timestamp[ns]
|
12 |
+
- name: has_label
|
13 |
+
dtype: bool
|
14 |
+
- name: image_0_uid
|
15 |
+
dtype: string
|
16 |
+
- name: image_0_url
|
17 |
+
dtype: string
|
18 |
+
- name: image_1_uid
|
19 |
+
dtype: string
|
20 |
+
- name: image_1_url
|
21 |
+
dtype: string
|
22 |
+
- name: jpg_0
|
23 |
+
dtype: binary
|
24 |
+
- name: jpg_1
|
25 |
+
dtype: binary
|
26 |
+
- name: label_0
|
27 |
+
dtype: float64
|
28 |
+
- name: label_1
|
29 |
+
dtype: float64
|
30 |
+
- name: model_0
|
31 |
+
dtype: string
|
32 |
+
- name: model_1
|
33 |
+
dtype: string
|
34 |
+
- name: ranking_id
|
35 |
+
dtype: int64
|
36 |
+
- name: user_id
|
37 |
+
dtype: int64
|
38 |
+
- name: num_example_per_prompt
|
39 |
+
dtype: int64
|
40 |
+
- name: __index_level_0__
|
41 |
+
dtype: int64
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 193273338802
|
45 |
+
num_examples: 583747
|
46 |
+
- name: validation
|
47 |
+
num_bytes: 5638295249
|
48 |
+
num_examples: 17439
|
49 |
+
- name: test
|
50 |
+
num_bytes: 4621428929
|
51 |
+
num_examples: 14073
|
52 |
+
- name: validation_unique
|
53 |
+
num_bytes: 178723392
|
54 |
+
num_examples: 500
|
55 |
+
- name: test_unique
|
56 |
+
num_bytes: 178099641
|
57 |
+
num_examples: 500
|
58 |
+
download_size: 202289408791
|
59 |
+
dataset_size: 203889886013
|
60 |
+
---
|
61 |
+
# Dataset Card for "pickapic_v1"
|
62 |
+
|
63 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|