bayang commited on
Commit
58bc92a
·
verified ·
1 Parent(s): 080362c

Upload folder using huggingface_hub

Browse files
processed/meta.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "categories": [
3
+ "arc_10",
4
+ "arc_100",
5
+ "arc_110",
6
+ "arc_120",
7
+ "arc_130",
8
+ "arc_140",
9
+ "arc_150",
10
+ "arc_160",
11
+ "arc_170",
12
+ "arc_20",
13
+ "arc_30",
14
+ "arc_40",
15
+ "arc_50",
16
+ "arc_60",
17
+ "arc_70",
18
+ "arc_80",
19
+ "arc_90",
20
+ "corner",
21
+ "junction",
22
+ "straight"
23
+ ],
24
+ "cat_to_id": {
25
+ "arc_10": 0,
26
+ "arc_100": 1,
27
+ "arc_110": 2,
28
+ "arc_120": 3,
29
+ "arc_130": 4,
30
+ "arc_140": 5,
31
+ "arc_150": 6,
32
+ "arc_160": 7,
33
+ "arc_170": 8,
34
+ "arc_20": 9,
35
+ "arc_30": 10,
36
+ "arc_40": 11,
37
+ "arc_50": 12,
38
+ "arc_60": 13,
39
+ "arc_70": 14,
40
+ "arc_80": 15,
41
+ "arc_90": 16,
42
+ "corner": 17,
43
+ "junction": 18,
44
+ "straight": 19
45
+ },
46
+ "motif_types": [
47
+ "arc",
48
+ "corner",
49
+ "junction",
50
+ "straight"
51
+ ],
52
+ "motif_type_to_id": {
53
+ "arc": 0,
54
+ "corner": 1,
55
+ "junction": 2,
56
+ "straight": 3
57
+ },
58
+ "arc_angles": [
59
+ 10,
60
+ 20,
61
+ 30,
62
+ 40,
63
+ 50,
64
+ 60,
65
+ 70,
66
+ 80,
67
+ 90,
68
+ 100,
69
+ 110,
70
+ 120,
71
+ 130,
72
+ 140,
73
+ 150,
74
+ 160,
75
+ 170
76
+ ],
77
+ "node_feature_names": [
78
+ "curvature",
79
+ "segment_angle_deg",
80
+ "bend_deg",
81
+ "degree"
82
+ ],
83
+ "node_feature_dim": 4,
84
+ "split_ratios": {
85
+ "train": 0.8,
86
+ "val": 0.1,
87
+ "test": 0.1
88
+ },
89
+ "seed": 42,
90
+ "total_samples": 210000,
91
+ "counts_per_split": {
92
+ "train": {
93
+ "arc_10": 8000,
94
+ "arc_100": 8000,
95
+ "arc_110": 8000,
96
+ "arc_120": 8000,
97
+ "arc_130": 8000,
98
+ "arc_140": 8000,
99
+ "arc_150": 8000,
100
+ "arc_160": 8000,
101
+ "arc_170": 8000,
102
+ "arc_20": 8000,
103
+ "arc_30": 8000,
104
+ "arc_40": 8000,
105
+ "arc_50": 8000,
106
+ "arc_60": 8000,
107
+ "arc_70": 8000,
108
+ "arc_80": 8000,
109
+ "arc_90": 8000,
110
+ "corner": 8000,
111
+ "junction": 16000,
112
+ "straight": 8000
113
+ },
114
+ "val": {
115
+ "arc_10": 1000,
116
+ "arc_100": 1000,
117
+ "arc_110": 1000,
118
+ "arc_120": 1000,
119
+ "arc_130": 1000,
120
+ "arc_140": 1000,
121
+ "arc_150": 1000,
122
+ "arc_160": 1000,
123
+ "arc_170": 1000,
124
+ "arc_20": 1000,
125
+ "arc_30": 1000,
126
+ "arc_40": 1000,
127
+ "arc_50": 1000,
128
+ "arc_60": 1000,
129
+ "arc_70": 1000,
130
+ "arc_80": 1000,
131
+ "arc_90": 1000,
132
+ "corner": 1000,
133
+ "junction": 2000,
134
+ "straight": 1000
135
+ },
136
+ "test": {
137
+ "arc_10": 1000,
138
+ "arc_100": 1000,
139
+ "arc_110": 1000,
140
+ "arc_120": 1000,
141
+ "arc_130": 1000,
142
+ "arc_140": 1000,
143
+ "arc_150": 1000,
144
+ "arc_160": 1000,
145
+ "arc_170": 1000,
146
+ "arc_20": 1000,
147
+ "arc_30": 1000,
148
+ "arc_40": 1000,
149
+ "arc_50": 1000,
150
+ "arc_60": 1000,
151
+ "arc_70": 1000,
152
+ "arc_80": 1000,
153
+ "arc_90": 1000,
154
+ "corner": 1000,
155
+ "junction": 2000,
156
+ "straight": 1000
157
+ }
158
+ },
159
+ "node_features_pt": [
160
+ "curvature",
161
+ "degree"
162
+ ],
163
+ "node_feature_dim_pt": 2
164
+ }
processed/test.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b6b93f0f5cead87bb42d6f04934ab104329012e838300f9f3fdf5429776dbd
3
+ size 34751981
processed/train.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e05ba22f67715463b94671a970c1a35ab92161383d125e51c82ab2a044b0304
3
+ size 280650267
processed/val.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60011e490e088a171d307831d8839cadd9f4a20efd1b89a2ebe7bf141d052513
3
+ size 33859791