maryzhang commited on
Commit
2b517b9
·
verified ·
1 Parent(s): f9ef810

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +141 -0
metadata.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_info": {
3
+ "name": "Shoe Size Measurements Dataset",
4
+ "version": "1.0.0",
5
+ "created": "2025-02",
6
+ "samples": {
7
+ "original": 30,
8
+ "augmented": 308
9
+ }
10
+ },
11
+ "features": {
12
+ "numerical": [
13
+ "US size",
14
+ "Shoe size (mm)",
15
+ "Actual measured shoe length"
16
+ ],
17
+ "categorical": [
18
+ "Type of shoe",
19
+ "Shoe color",
20
+ "Shoe Brand"
21
+ ],
22
+ "dtypes": {
23
+ "US size": "int64",
24
+ "Shoe size (mm)": "int64",
25
+ "Actual measured shoe length": "int64",
26
+ "Type of shoe": "object",
27
+ "Shoe color": "object",
28
+ "Shoe Brand": "object"
29
+ }
30
+ },
31
+ "statistics": {
32
+ "summary": {
33
+ "US size": {
34
+ "count": 30.0,
35
+ "mean": 5.886666666666667,
36
+ "std": 0.7959957257437374,
37
+ "min": 3.6,
38
+ "25%": 6.0,
39
+ "50%": 6.0,
40
+ "75%": 6.0,
41
+ "max": 8.0
42
+ },
43
+ "Shoe size (mm)": {
44
+ "count": 30.0,
45
+ "mean": 227.8,
46
+ "std": 6.00804058942164,
47
+ "min": 218.0,
48
+ "25%": 223.0,
49
+ "50%": 230.0,
50
+ "75%": 230.0,
51
+ "max": 240.0
52
+ },
53
+ "Actual measured shoe length": {
54
+ "count": 30.0,
55
+ "mean": 230.5,
56
+ "std": 6.611119160302901,
57
+ "min": 220.0,
58
+ "25%": 225.0,
59
+ "50%": 230.0,
60
+ "75%": 235.0,
61
+ "max": 240.0
62
+ }
63
+ },
64
+ "correlation": {
65
+ "US size": {
66
+ "US size": 1.0,
67
+ "Shoe size (mm)": 0.5805801383985546,
68
+ "Actual measured shoe length": 0.19461339577808637
69
+ },
70
+ "Shoe size (mm)": {
71
+ "US size": 0.5805801383985546,
72
+ "Shoe size (mm)": 1.0,
73
+ "Actual measured shoe length": 0.5582196652059345
74
+ },
75
+ "Actual measured shoe length": {
76
+ "US size": 0.19461339577808637,
77
+ "Shoe size (mm)": 0.5582196652059345,
78
+ "Actual measured shoe length": 1.0
79
+ }
80
+ },
81
+ "missing_values": {
82
+ "US size": 0,
83
+ "Shoe size (mm)": 0,
84
+ "Actual measured shoe length": 0,
85
+ "Type of shoe": 0,
86
+ "Shoe color": 0,
87
+ "Shoe Brand": 0
88
+ },
89
+ "categorical_distributions": {
90
+ "Type of shoe": {
91
+ "Slippers": 7,
92
+ "Sneakers": 7,
93
+ "Heels": 6,
94
+ "Loafers": 4,
95
+ "Boots": 3,
96
+ "Sneakers ": 2,
97
+ "Slippers ": 1
98
+ },
99
+ "Shoe color": {
100
+ "Black": 10,
101
+ "White": 7,
102
+ "Brown": 2,
103
+ "Red": 2,
104
+ "Blue": 2,
105
+ "Pink": 2,
106
+ "Grey": 1,
107
+ "Purple": 1,
108
+ "Green": 1,
109
+ "Beige": 1,
110
+ "Grey ": 1
111
+ },
112
+ "Shoe Brand": {
113
+ "Nike": 4,
114
+ "Steve Madden": 4,
115
+ "Adidas": 3,
116
+ "Koi": 3,
117
+ "Onitsuka Tiger": 2,
118
+ "Loulouseoul": 2,
119
+ "Lemaire ": 2,
120
+ "Asics ": 1,
121
+ "North Face ": 1,
122
+ "Puma": 1,
123
+ "Balenciaga": 1,
124
+ "Crocs": 1,
125
+ "Reformation": 1,
126
+ "Dolce Vita": 1,
127
+ "Bottega Veneta ": 1,
128
+ "Ami": 1,
129
+ "Asics": 1
130
+ }
131
+ }
132
+ },
133
+ "augmentation": {
134
+ "factor": 10.266666666666667,
135
+ "techniques": [
136
+ "Gaussian noise",
137
+ "SMOTE-inspired",
138
+ "Linear interpolation"
139
+ ]
140
+ }
141
+ }