Transformers
File size: 2,810 Bytes
21b6add
 
 
 
 
 
 
 
86fae98
 
21b6add
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78c77f3
21b6add
 
 
 
 
 
 
 
 
 
 
 
260edaa
21b6add
86fae98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21b6add
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
    "device": "cpu",
    "dtype": "float32",
    "dimensions": {
        "input": {
            "variables": 2
        },
        "output": {
            "functions": 18,
            "epsilon_orders": 5
        },
        "connection": {
            "epsilon_orders": 2
        }
    },
    "phase_space": {
        "scale": 2.5,
        "const": 2.5,
        "cut": {
            "physical": 0.1,
            "spurious": 0.1
        }
    },
    "hyperparameters": {
        "optimiser": {
            "algorithm": "Adam",
            "initial_learning_rate": 1e-3
        },
        "learning_rate_scheduler": {
            "factor": 0.1,
            "patience": 6,
            "threshold": 1e-2,
            "cooldown": 0
        },
        "iterations": {
            "batch_size": 256,
            "partition_size": 512,
            "number_partitions": 1
        },
        "architecture": {
            "hidden_layers": [256, 256, 256],
            "activation": "GELU"
        },
        "loss_function": {
            "boundary_bias": 1.0,
            "boundary_derivatives": false
        }
    },
    "termination": {
        "epochs": 0,
        "seconds": 0,
        "learning_rate": {
            "target": 1.1e-8,
            "patience": 10
        }
    },
    "zeros": {
        "re": [
            [0, 0],
            [2, 0],
            [4, 0],
            [5, 0],
            [5, 1],
            [7, 0],
            [8, 0],
            [9, 0],
            [9, 1],
            [11, 0],
            [11, 1],
            [12, 0],
            [12, 1],
            [13, 0],
            [13, 1],
            [13, 2],
            [13, 3],
            [14, 0],
            [14, 1],
            [14, 2],
            [15, 0],
            [15, 1],
            [16, 0],
            [16, 1],
            [16, 2]
        ],
        "im": [
            [0, 0],
            [0, 1],
            [1, 0],
            [1, 1],
            [2, 0],
            [2, 1],
            [3, 0],
            [3, 1],
            [3, 2],
            [3, 3],
            [4, 0],
            [4, 1],
            [4, 2],
            [5, 0],
            [5, 1],
            [6, 0],
            [7, 0],
            [8, 0],
            [9, 0],
            [9, 1],
            [9, 2],
            [10, 0],
            [10, 1],
            [10, 2],
            [10, 3],
            [10, 4],
            [11, 0],
            [11, 1],
            [12, 0],
            [12, 1],
            [12, 2],
            [13, 0],
            [13, 1],
            [13, 2],
            [13, 3],
            [13, 4],
            [14, 0],
            [14, 1],
            [14, 2],
            [15, 0],
            [15, 1],
            [16, 0],
            [16, 1],
            [16, 2],
            [16, 3],
            [17, 0]
        ]
    }
}