Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,81 @@
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: cond_exp_y
|
6 |
+
dtype: float64
|
7 |
+
- name: m1
|
8 |
+
dtype: float64
|
9 |
+
- name: g1
|
10 |
+
dtype: float64
|
11 |
+
- name: l1
|
12 |
+
dtype: float64
|
13 |
+
- name: Y
|
14 |
+
dtype: float64
|
15 |
+
- name: D_1
|
16 |
+
dtype: float64
|
17 |
+
- name: carat
|
18 |
+
dtype: float64
|
19 |
+
- name: depth
|
20 |
+
dtype: float64
|
21 |
+
- name: table
|
22 |
+
dtype: float64
|
23 |
+
- name: price
|
24 |
+
dtype: float64
|
25 |
+
- name: x
|
26 |
+
dtype: float64
|
27 |
+
- name: y
|
28 |
+
dtype: float64
|
29 |
+
- name: z
|
30 |
+
dtype: float64
|
31 |
+
- name: review
|
32 |
+
dtype: string
|
33 |
+
- name: sentiment
|
34 |
+
dtype: string
|
35 |
+
- name: image_path
|
36 |
+
dtype: string
|
37 |
+
- name: label
|
38 |
+
dtype: int64
|
39 |
+
- name: cut_Good
|
40 |
+
dtype: bool
|
41 |
+
- name: cut_Ideal
|
42 |
+
dtype: bool
|
43 |
+
- name: cut_Premium
|
44 |
+
dtype: bool
|
45 |
+
- name: cut_Very Good
|
46 |
+
dtype: bool
|
47 |
+
- name: color_E
|
48 |
+
dtype: bool
|
49 |
+
- name: color_F
|
50 |
+
dtype: bool
|
51 |
+
- name: color_G
|
52 |
+
dtype: bool
|
53 |
+
- name: color_H
|
54 |
+
dtype: bool
|
55 |
+
- name: color_I
|
56 |
+
dtype: bool
|
57 |
+
- name: color_J
|
58 |
+
dtype: bool
|
59 |
+
- name: clarity_IF
|
60 |
+
dtype: bool
|
61 |
+
- name: clarity_SI1
|
62 |
+
dtype: bool
|
63 |
+
- name: clarity_SI2
|
64 |
+
dtype: bool
|
65 |
+
- name: clarity_VS1
|
66 |
+
dtype: bool
|
67 |
+
- name: clarity_VS2
|
68 |
+
dtype: bool
|
69 |
+
- name: clarity_VVS1
|
70 |
+
dtype: bool
|
71 |
+
- name: clarity_VVS2
|
72 |
+
dtype: bool
|
73 |
+
- name: image
|
74 |
+
dtype: image
|
75 |
+
splits:
|
76 |
+
- name: train
|
77 |
+
num_bytes: 187509908.0
|
78 |
+
num_examples: 50000
|
79 |
+
download_size: 175056643
|
80 |
+
dataset_size: 187509908.0
|
81 |
---
|