RozanskiT commited on
Commit
22a10b2
·
verified ·
1 Parent(s): 0c1f55c

Delete README.txt

Browse files
Files changed (1) hide show
  1. README.txt +0 -114
README.txt DELETED
@@ -1,114 +0,0 @@
1
- Astro Emulators Toolkit Bundle
2
-
3
- Summary:
4
- model: mlp
5
- release: payne-flux-reference-example@0.1.0 (released)
6
- bundle_format_version: 1
7
- config_schema_version: 1
8
- spec_version: 1
9
- weights_layout: params_plus_model_state_v1
10
- model_family_id: mlp_v1
11
- fingerprint_evaluation: present
12
- task: regression
13
- fit_method: gradient
14
- solver_params: not provided
15
- solver_diagnostics: not provided
16
- solver_design_matrix: not provided
17
- role_paths: {'input_leaf': 'inputs/parameters', 'output_leaf': 'outputs/flux'}
18
-
19
- Domain:
20
- input_domain: {'kind': 'box_v1', 'max_tree': {'inputs': {'parameters': [7000.0, 5.0, 0.30000001192092896]}}, 'min_tree': {'inputs': {'parameters': [4500.0, 2.5, -0.30000001192092896]}}, 'space': 'canonical_input_dict_trees_v1', 'storage': {'filename': 'input_domain.safetensors', 'format': 'safetensors_v1', 'layout': 'split_minmax_tree_v1'}}
21
- reference_scaling_inputs: {'kind': 'affine_v1', 'max_tree': {'parameters': [7000.0, 5.0, 0.30000001192092896]}, 'min_tree': {'parameters': [4500.0, 2.5, -0.30000001192092896]}, 'parametrization': 'minmax', 'space': 'canonical_input_dict_trees_v1', 'storage': {'filename': 'reference_scaling_inputs.safetensors', 'format': 'safetensors_v1', 'layout': 'split_minmax_tree_v1'}}
22
- reference_scaling_outputs: {'kind': 'affine_v1', 'max_tree': {'flux': 1.0}, 'min_tree': {'flux': 0.0}, 'parametrization': 'minmax', 'space': 'canonical_output_dict_trees_v1', 'storage': {'filename': 'reference_scaling_outputs.safetensors', 'format': 'safetensors_v1', 'layout': 'split_minmax_tree_v1'}}
23
- extras: ['notes', 'wavelength_angstrom']
24
-
25
- Provenance:
26
- toolkit_version: 0.1.0
27
- created_at: 2026-04-17T12:53:21.278590+00:00
28
- python_version: 3.12.13
29
- git_commit: c786aa2f0453ba260c000411f586f943a3109976
30
-
31
- spec:
32
- input_domain:
33
- kind: box_v1
34
- max_tree:
35
- inputs:
36
- parameters:
37
- - 7000.0
38
- - 5.0
39
- - 0.30000001192092896
40
- min_tree:
41
- inputs:
42
- parameters:
43
- - 4500.0
44
- - 2.5
45
- - -0.30000001192092896
46
- space: canonical_input_dict_trees_v1
47
- storage:
48
- filename: input_domain.safetensors
49
- format: safetensors_v1
50
- layout: split_minmax_tree_v1
51
- inputs:
52
- channel_meanings_tree:
53
- parameters:
54
- - effective temperature
55
- - surface gravity
56
- - metallicity [Fe/H]
57
- channel_names_tree:
58
- parameters:
59
- - teff
60
- - logg
61
- - feh
62
- channel_units_tree:
63
- parameters:
64
- - K
65
- - dex
66
- - dex
67
- leaf_meanings_tree:
68
- parameters: stellar labels
69
- leaf_units_tree: None
70
- structure_tree:
71
- parameters: None
72
- outputs:
73
- channel_meanings_tree: None
74
- channel_names_tree: None
75
- channel_units_tree: None
76
- leaf_meanings_tree:
77
- flux: continuum-normalized flux vector on the shared wavelength grid
78
- leaf_units_tree:
79
- flux: dimensionless
80
- structure_tree:
81
- flux: None
82
- reference_scaling_inputs:
83
- kind: affine_v1
84
- max_tree:
85
- parameters:
86
- - 7000.0
87
- - 5.0
88
- - 0.30000001192092896
89
- min_tree:
90
- parameters:
91
- - 4500.0
92
- - 2.5
93
- - -0.30000001192092896
94
- parametrization: minmax
95
- space: canonical_input_dict_trees_v1
96
- storage:
97
- filename: reference_scaling_inputs.safetensors
98
- format: safetensors_v1
99
- layout: split_minmax_tree_v1
100
- reference_scaling_outputs:
101
- kind: affine_v1
102
- max_tree:
103
- flux: 1.0
104
- min_tree:
105
- flux: 0.0
106
- parametrization: minmax
107
- space: canonical_output_dict_trees_v1
108
- storage:
109
- filename: reference_scaling_outputs.safetensors
110
- format: safetensors_v1
111
- layout: split_minmax_tree_v1
112
- spec_version: 1
113
-
114
- Note: this bundle is the canonical emulator artifact. Physical-space composition is external.