Francesco Calisto commited on
Commit
2fb66d6
·
1 Parent(s): 055a9b5

t331ZZZM model

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/0/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/0/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b284dd615a3aa9b07438fff82aaafd9b87270416de4d83db8bf959db336e08
3
+ size 491771
im/1/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/1/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c841344b112f73b56b9b4163e6593b9dc7087e12f2f5c0306ea1021f848a03be
3
+ size 491771
im/2/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/2/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8926368a1e1e07dbae138bfbf23e19c749566810d4bfe53e78d07d292fad605b
3
+ size 491771
im/3/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/3/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a6573941dad48475db18a17b90c125abab4d4c32fb1af5109b76365a57b36ed
3
+ size 491771
im/4/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/4/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd7caeef3b230ba245208ee4a589802be3a2aa59b071e4b75e97047a4334f5b
3
+ size 491771
im/5/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/5/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6266028aba8dcd53412a211111204f7c53e2b02939afdf1f6b20ca7929ce947
3
+ size 491771
im/6/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/6/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47e92c661077469f4010e0fc75cebc3763a395dbba2bba1069f8c26fab7020b
3
+ size 491771
im/7/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/7/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86bfa92f4c2cb17c8b4d6da7fa9d4e2e1df08dac49e400679f583c33c819d317
3
+ size 491771
im/8/.DS_Store ADDED
Binary file (6.15 kB). View file
 
im/8/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41da08071e7897667e96d282da5c94cb16aa0b111551ed3db9978c9aa94c9c2
3
+ size 491771
im/9/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7da3b239cea7413bf8d85d78ac8e397dc1cf9805ccf3952d49f68288d0bb956
3
+ size 491771
im/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cpu",
3
+ "dtype": "float32",
4
+ "dimensions": {
5
+ "input": {
6
+ "variables": 2
7
+ },
8
+ "output": {
9
+ "epsilon_orders": 5,
10
+ "functions": 18
11
+ },
12
+ "connection": {
13
+ "epsilon_orders": 2
14
+ }
15
+ },
16
+ "phase_space": {
17
+ "scale": 24.0,
18
+ "const": 24.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": 6,
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": [128, 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": 6
55
+ }
56
+ }
57
+ }
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:85328f7d99dbd01b6c4a98a7146d2a56bd1825efec1fa4d1265434f104bac415
3
+ size 491771
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:21fbe04a431085db7aea2e556cdd74c0da43db8208035341b5a51e5df932f8e1
3
+ size 491771
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:84e0f40986766540931eadaf47e9dd819b8fdb2b899aa2bd373e37c70ef91e1c
3
+ size 491771
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:a3a32816eeffc40f119bff192c41211293edd7919e1164f71608e0caa7e4e6af
3
+ size 491771
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:51ed3e7c3b567ecd720230afa75318851fe21b6abf32387e9660ddcb10fdc38d
3
+ size 491771
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:18723719a4dfb92db4bdb3a8fc0fa465b11281bf729995e98719da1f7fe0d973
3
+ size 491771
re/6/.DS_Store ADDED
Binary file (10.2 kB). View file
 
re/6/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea65165e0fe9bd683344eca47cc8fdc84746973dc513feeafe85d70cc06af122
3
+ size 491771
re/7/.DS_Store ADDED
Binary file (10.2 kB). View file
 
re/7/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdfd36276f1e9b2b3c5daec13057ed1d9e0163cc41228d4798815966b3a680bd
3
+ size 491771
re/8/.DS_Store ADDED
Binary file (10.2 kB). View file
 
re/8/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b22d3034590dabede340524da9f4aaf09e62402914d449b64ef93086ccde1409
3
+ size 491771
re/9/.DS_Store ADDED
Binary file (10.2 kB). View file
 
re/9/model.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f3523147d709588c3bbd5f8f4d9638b53742080f8bd3958f75f00647688447
3
+ size 491771
re/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cpu",
3
+ "dtype": "float32",
4
+ "dimensions": {
5
+ "input": {
6
+ "variables": 2
7
+ },
8
+ "output": {
9
+ "epsilon_orders": 5,
10
+ "functions": 18
11
+ },
12
+ "connection": {
13
+ "epsilon_orders": 2
14
+ }
15
+ },
16
+ "phase_space": {
17
+ "scale": 24.0,
18
+ "const": 24.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": 6,
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": [128, 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": 6
55
+ }
56
+ }
57
+ }