bayang commited on
Commit
c8100b5
·
verified ·
1 Parent(s): 16c2c14

Upload folder using huggingface_hub

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