Transformers
Francesco Calisto commited on
Commit
26e2201
·
1 Parent(s): 73e6a7d

results re heavycross

Browse files
config.json ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cpu",
3
+ "dtype": "float32",
4
+ "dimensions": {
5
+ "input": {
6
+ "variables": 2
7
+ },
8
+ "output": {
9
+ "functions": 36,
10
+ "epsilon_orders": 5
11
+ },
12
+ "connection": {
13
+ "epsilon_orders": 3
14
+ }
15
+ },
16
+ "phase_space": {
17
+ "scale": 3.1622776601683795,
18
+ "const": 1.0,
19
+ "cut": {
20
+ "physical": 0.1,
21
+ "spurious": 0.1
22
+ }
23
+ },
24
+ "hyperparameters": {
25
+ "optimiser": {
26
+ "algorithm": "Adam",
27
+ "initial_learning_rate": 1e-3
28
+ },
29
+ "learning_rate_scheduler": {
30
+ "factor": 0.1,
31
+ "patience": 3,
32
+ "threshold": 1e-2,
33
+ "cooldown": 0
34
+ },
35
+ "iterations": {
36
+ "batch_size": 256,
37
+ "partition_size": 512,
38
+ "number_partitions": 1
39
+ },
40
+ "architecture": {
41
+ "hidden_layers": [256, 256, 256],
42
+ "activation": "GELU"
43
+ },
44
+ "loss_function": {
45
+ "boundary_bias": 1.0,
46
+ "boundary_derivatives": false
47
+ }
48
+ },
49
+ "termination": {
50
+ "epochs": 0,
51
+ "seconds": 0,
52
+ "learning_rate": {
53
+ "target": 1.1e-8,
54
+ "patience": 3
55
+ }
56
+ },
57
+ "zeros": {
58
+ "re": [
59
+ [2, 0],
60
+ [3, 0],
61
+ [3, 1],
62
+ [4, 0],
63
+ [5, 0],
64
+ [5, 1],
65
+ [6, 0],
66
+ [7, 0],
67
+ [7, 1],
68
+ [8, 0],
69
+ [8, 1],
70
+ [9, 0],
71
+ [9, 1],
72
+ [10, 0],
73
+ [10, 1],
74
+ [11, 0],
75
+ [11, 1],
76
+ [11, 2],
77
+ [12, 0],
78
+ [12, 1],
79
+ [13, 0],
80
+ [13, 1],
81
+ [13, 2],
82
+ [13, 3],
83
+ [14, 0],
84
+ [14, 1],
85
+ [14, 2],
86
+ [14, 3],
87
+ [15, 0],
88
+ [16, 0],
89
+ [16, 1],
90
+ [17, 0],
91
+ [18, 0],
92
+ [18, 1],
93
+ [19, 0],
94
+ [19, 1],
95
+ [19, 2],
96
+ [20, 0],
97
+ [20, 1],
98
+ [21, 0],
99
+ [21, 1],
100
+ [21, 2],
101
+ [22, 0],
102
+ [22, 1],
103
+ [23, 0],
104
+ [23, 1],
105
+ [24, 0],
106
+ [24, 1],
107
+ [25, 0],
108
+ [25, 1],
109
+ [25, 2],
110
+ [25, 3],
111
+ [26, 0],
112
+ [26, 1],
113
+ [26, 2],
114
+ [27, 0],
115
+ [27, 1],
116
+ [28, 0],
117
+ [28, 1],
118
+ [28, 2],
119
+ [29, 0],
120
+ [29, 1],
121
+ [30, 0],
122
+ [30, 1],
123
+ [30, 2],
124
+ [30, 3],
125
+ [31, 0],
126
+ [31, 1],
127
+ [31, 2],
128
+ [31, 3],
129
+ [32, 0],
130
+ [32, 1],
131
+ [33, 0],
132
+ [33, 1],
133
+ [33, 2],
134
+ [34, 0],
135
+ [34, 1],
136
+ [35, 0],
137
+ [35, 1],
138
+ [35, 2]
139
+ ],
140
+ "im": [
141
+ [0, 0],
142
+ [0, 1],
143
+ [0, 2],
144
+ [0, 3],
145
+ [0, 4],
146
+ [1, 0],
147
+ [2, 0],
148
+ [2, 1],
149
+ [2, 2],
150
+ [2, 3],
151
+ [2, 4],
152
+ [3, 0],
153
+ [3, 1],
154
+ [3, 2],
155
+ [3, 3],
156
+ [3, 4],
157
+ [4, 0],
158
+ [4, 1],
159
+ [4, 2],
160
+ [4, 3],
161
+ [4, 4],
162
+ [5, 0],
163
+ [5, 1],
164
+ [5, 2],
165
+ [5, 3],
166
+ [5, 4],
167
+ [6, 0],
168
+ [6, 1],
169
+ [6, 2],
170
+ [6, 3],
171
+ [6, 4],
172
+ [7, 0],
173
+ [7, 1],
174
+ [7, 2],
175
+ [7, 3],
176
+ [7, 4],
177
+ [8, 0],
178
+ [8, 1],
179
+ [8, 2],
180
+ [8, 3],
181
+ [8, 4],
182
+ [9, 0],
183
+ [9, 1],
184
+ [9, 2],
185
+ [9, 3],
186
+ [9, 4],
187
+ [10, 0],
188
+ [10, 1],
189
+ [10, 2],
190
+ [10, 3],
191
+ [10, 4],
192
+ [11, 0],
193
+ [11, 1],
194
+ [11, 2],
195
+ [12, 0],
196
+ [12, 1],
197
+ [13, 0],
198
+ [13, 1],
199
+ [13, 2],
200
+ [13, 3],
201
+ [14, 0],
202
+ [14, 1],
203
+ [14, 2],
204
+ [14, 3],
205
+ [14, 4],
206
+ [15, 0],
207
+ [15, 1],
208
+ [16, 0],
209
+ [16, 1],
210
+ [16, 2],
211
+ [17, 0],
212
+ [17, 1],
213
+ [18, 0],
214
+ [18, 1],
215
+ [18, 2],
216
+ [19, 0],
217
+ [19, 1],
218
+ [19, 2],
219
+ [19, 3],
220
+ [19, 4],
221
+ [20, 0],
222
+ [20, 1],
223
+ [20, 2],
224
+ [20, 3],
225
+ [20, 4],
226
+ [21, 0],
227
+ [21, 1],
228
+ [21, 2],
229
+ [21, 3],
230
+ [21, 4],
231
+ [22, 0],
232
+ [22, 1],
233
+ [22, 2],
234
+ [22, 3],
235
+ [22, 4],
236
+ [23, 0],
237
+ [23, 1],
238
+ [23, 2],
239
+ [24, 0],
240
+ [24, 1],
241
+ [24, 2],
242
+ [25, 0],
243
+ [25, 1],
244
+ [25, 2],
245
+ [25, 3],
246
+ [25, 4],
247
+ [26, 0],
248
+ [26, 1],
249
+ [26, 2],
250
+ [26, 3],
251
+ [26, 4],
252
+ [27, 0],
253
+ [27, 1],
254
+ [27, 2],
255
+ [27, 3],
256
+ [27, 4],
257
+ [28, 0],
258
+ [28, 1],
259
+ [28, 2],
260
+ [28, 3],
261
+ [28, 4],
262
+ [29, 0],
263
+ [29, 1],
264
+ [29, 2],
265
+ [29, 3],
266
+ [29, 4],
267
+ [30, 0],
268
+ [30, 1],
269
+ [30, 2],
270
+ [30, 3],
271
+ [31, 0],
272
+ [31, 1],
273
+ [31, 2],
274
+ [31, 3],
275
+ [32, 0],
276
+ [32, 1],
277
+ [32, 2],
278
+ [33, 0],
279
+ [33, 1],
280
+ [33, 2],
281
+ [33, 3],
282
+ [34, 0],
283
+ [34, 1],
284
+ [34, 2],
285
+ [35, 0],
286
+ [35, 1],
287
+ [35, 2],
288
+ [35, 3]
289
+ ]
290
+ }
291
+ }
re/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/0/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/0/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53928a20988b739655a2eeb3ccddaf65ef50d8b9db8df85d2e0d56f4e16720ff
3
+ size 717416
re/1/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/1/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f8d19f9fedb42ac24b4c5d4ac970021c2b3abe457fced5b67e4be8875c14f8
3
+ size 717416
re/2/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/2/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:347380e4cc7f5a2f604c4fc90b600b33b19e3ca6cbde167dc9b9676eb606e211
3
+ size 717416
re/3/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/3/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d6b9706cc18b02875041e79d79ce1e788fba715b1e7d40387d8a8af008758f6
3
+ size 717416
re/4/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/4/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9dea9550d12e343fba528c1593f671badba965e5532d9a65b0252c35103ba0f
3
+ size 717416
re/5/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/5/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59cf817fec4da5a6a2d1d1b93c253f648237801016054d25b2c116f2f14e3316
3
+ size 717416
re/6/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/6/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5d8773b9c252a5f17873f6d78d0baecd79ed711028615547f9ca8b33111b29
3
+ size 717416
re/7/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/7/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a368ef5733ccac12ef4503d14f2eb1a4618a022c9847d6e27e59f05924dfb879
3
+ size 717416
re/8/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/8/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d463a838faa2658366af5d4c6cbcffcdd3ffd7f751041d3cd6a5bfb0f3b51dce
3
+ size 717416
re/9/.DS_Store ADDED
Binary file (6.15 kB). View file
 
re/9/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36b428db37eb86a493748665f2bd13d63bc25b4d2b587a97b24d158da52bf9c0
3
+ size 717416