RozanskiT commited on
Commit
45abf11
·
verified ·
1 Parent(s): 9f6380a

Delete reference_bundle_release/metadata.json

Browse files
reference_bundle_release/metadata.json DELETED
@@ -1,212 +0,0 @@
1
- {
2
- "bundle_format_version": 2,
3
- "config_schema_version": 1,
4
- "extras": {
5
- "notes": "Inputs are min-max scaled before training using the fixed bounds stored in this bundle. Output reference scaling is identity.",
6
- "wavelength_angstrom": {
7
- "path": "extras/wavelength_angstrom.safetensors"
8
- }
9
- },
10
- "fingerprint_evaluation": {
11
- "atol": 1e-07,
12
- "inputs": {
13
- "filename": "fingerprint_evaluation/inputs.safetensors",
14
- "format": "safetensors_v1",
15
- "layout": "numeric_dict_tree_v1",
16
- "space": "canonical_input_dict_trees_v1"
17
- },
18
- "kind": "canonical_inputs_outputs_v1",
19
- "outputs": {
20
- "filename": "fingerprint_evaluation/outputs.safetensors",
21
- "format": "safetensors_v1",
22
- "layout": "numeric_dict_tree_v1",
23
- "space": "canonical_output_dict_trees_v1"
24
- },
25
- "rtol": 1e-05,
26
- "selection_strategy": "midpoint_from_input_domain_then_reference_scaling_v1"
27
- },
28
- "fit_method": "gradient",
29
- "model_family_id": "mlp_v1",
30
- "model_init": {
31
- "hints": {
32
- "input_last_axis": 3,
33
- "output_last_axis": 500
34
- },
35
- "representation": "model-local init hints only"
36
- },
37
- "provenance": {
38
- "created_at": "2026-04-12T14:23:17.605616+00:00",
39
- "dependencies": {
40
- "flax": "0.12.6",
41
- "jax": "0.9.2",
42
- "numpy": "2.4.4",
43
- "optax": "0.2.8"
44
- },
45
- "git_commit": "e922f60957ded21c91aca36a1d11b2bd269cc082",
46
- "platform": "macOS-26.4.1-arm64-arm-64bit",
47
- "python_version": "3.12.13",
48
- "toolkit": "astro_emulators_toolkit",
49
- "toolkit_version": "0.1.0"
50
- },
51
- "release": {
52
- "name": "payne-flux-reference-example",
53
- "status": "released",
54
- "version": "0.1.0"
55
- },
56
- "resolved": {
57
- "model": {
58
- "name": "mlp",
59
- "params": {
60
- "activation": "gelu",
61
- "dtype": "float32",
62
- "hidden_sizes": [
63
- 128,
64
- 128
65
- ],
66
- "use_bias": true
67
- }
68
- },
69
- "solver": {
70
- "name": "gradient",
71
- "params": {}
72
- },
73
- "task": {
74
- "name": "regression",
75
- "params": {
76
- "loss": "mse",
77
- "loss_weights": null,
78
- "metric_axes": null,
79
- "metrics": [
80
- "mse",
81
- "mae"
82
- ]
83
- }
84
- }
85
- },
86
- "runtime_contract": {
87
- "affine_leaf_specs": {
88
- "inputs/parameters": {
89
- "last_axis": 3,
90
- "mode": "scalar_or_last_axis"
91
- },
92
- "outputs/flux": {
93
- "last_axis": 500,
94
- "mode": "scalar_or_last_axis"
95
- }
96
- },
97
- "role_paths": {
98
- "input_leaf": "inputs/parameters",
99
- "output_leaf": "outputs/flux"
100
- },
101
- "surface": "canonical_dict_trees_v1"
102
- },
103
- "spec": {
104
- "input_domain": {
105
- "kind": "box_v1",
106
- "max_tree": {
107
- "inputs": {
108
- "parameters": [
109
- 7000.0,
110
- 5.0,
111
- 0.30000001192092896
112
- ]
113
- }
114
- },
115
- "min_tree": {
116
- "inputs": {
117
- "parameters": [
118
- 4500.0,
119
- 2.5,
120
- -0.30000001192092896
121
- ]
122
- }
123
- },
124
- "space": "canonical_input_dict_trees_v1",
125
- "storage": {
126
- "filename": "input_domain.safetensors",
127
- "format": "safetensors_v1",
128
- "layout": "split_minmax_tree_v1"
129
- }
130
- },
131
- "inputs": {
132
- "channel_meanings_tree": {
133
- "parameters": [
134
- "effective temperature",
135
- "surface gravity",
136
- "metallicity [Fe/H]"
137
- ]
138
- },
139
- "channel_names_tree": {
140
- "parameters": [
141
- "teff",
142
- "logg",
143
- "feh"
144
- ]
145
- },
146
- "channel_units_tree": {
147
- "parameters": [
148
- "K",
149
- "dex",
150
- "dex"
151
- ]
152
- },
153
- "leaf_meanings_tree": {
154
- "parameters": "stellar labels"
155
- },
156
- "leaf_units_tree": null,
157
- "structure_tree": {
158
- "parameters": null
159
- }
160
- },
161
- "outputs": {
162
- "channel_meanings_tree": null,
163
- "channel_names_tree": null,
164
- "channel_units_tree": null,
165
- "leaf_meanings_tree": {
166
- "flux": "continuum-normalized flux vector on the shared wavelength grid"
167
- },
168
- "leaf_units_tree": {
169
- "flux": "dimensionless"
170
- },
171
- "structure_tree": {
172
- "flux": null
173
- }
174
- },
175
- "reference_scaling": {
176
- "kind": "affine_v1",
177
- "max_tree": {
178
- "inputs": {
179
- "parameters": [
180
- 7000.0,
181
- 5.0,
182
- 0.30000001192092896
183
- ]
184
- },
185
- "outputs": {
186
- "flux": 1.0
187
- }
188
- },
189
- "min_tree": {
190
- "inputs": {
191
- "parameters": [
192
- 4500.0,
193
- 2.5,
194
- -0.30000001192092896
195
- ]
196
- },
197
- "outputs": {
198
- "flux": 0.0
199
- }
200
- },
201
- "parametrization": "minmax",
202
- "space": "canonical_dict_trees_v1",
203
- "storage": {
204
- "filename": "reference_scaling.safetensors",
205
- "format": "safetensors_v1",
206
- "layout": "split_minmax_tree_v1"
207
- }
208
- },
209
- "spec_version": 1
210
- },
211
- "weights_layout": "params_plus_model_state_v1"
212
- }