RozanskiT commited on
Commit
0960987
·
verified ·
1 Parent(s): 15810f2

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -110
config.json DELETED
@@ -1,110 +0,0 @@
1
- {
2
- "bundle": {
3
- "bundle_subdir": "bundle"
4
- },
5
- "hub": {
6
- "repo_id": null,
7
- "revision": null
8
- },
9
- "io": {
10
- "input_domain": null,
11
- "inputs": {
12
- "channel_meanings_tree": {
13
- "parameters": [
14
- "effective temperature",
15
- "surface gravity",
16
- "metallicity [Fe/H]"
17
- ]
18
- },
19
- "channel_names_tree": {
20
- "parameters": [
21
- "teff",
22
- "logg",
23
- "feh"
24
- ]
25
- },
26
- "channel_units_tree": {
27
- "parameters": [
28
- "K",
29
- "dex",
30
- "dex"
31
- ]
32
- },
33
- "leaf_meanings_tree": {
34
- "parameters": "stellar labels"
35
- },
36
- "leaf_units_tree": null,
37
- "structure_tree": {
38
- "parameters": null
39
- }
40
- },
41
- "outputs": {
42
- "channel_meanings_tree": null,
43
- "channel_names_tree": null,
44
- "channel_units_tree": null,
45
- "leaf_meanings_tree": {
46
- "flux": "continuum-normalized flux vector on the shared wavelength grid"
47
- },
48
- "leaf_units_tree": {
49
- "flux": "dimensionless"
50
- },
51
- "structure_tree": {
52
- "flux": null
53
- }
54
- },
55
- "reference_scaling": null
56
- },
57
- "model": {
58
- "init_hints": {},
59
- "name": "mlp",
60
- "params": {
61
- "activation": "gelu",
62
- "dtype": "float32",
63
- "hidden_sizes": [
64
- 128,
65
- 128
66
- ]
67
- }
68
- },
69
- "optim": {
70
- "b1": 0.9,
71
- "b2": 0.999,
72
- "decay_steps": 0,
73
- "eps": 1e-08,
74
- "lr": 0.001,
75
- "name": "soap",
76
- "precondition_1d": false,
77
- "precondition_frequency": 10,
78
- "schedule": "cosine",
79
- "warmup_steps": 1000,
80
- "weight_decay": 1e-05
81
- },
82
- "schema_version": 1,
83
- "seed": 0,
84
- "solver": {
85
- "name": "auto",
86
- "params": {}
87
- },
88
- "task": {
89
- "name": "regression",
90
- "params": {
91
- "loss": "mse"
92
- }
93
- },
94
- "training": {
95
- "batch_size": 128,
96
- "checkpoint_interval_steps": 500,
97
- "checkpoint_steps": null,
98
- "evaluation_interval_steps": 500,
99
- "evaluation_steps": null,
100
- "logging_interval_steps": 50,
101
- "logging_steps": null,
102
- "max_saved_checkpoints": 5,
103
- "num_steps": 10000,
104
- "shuffle": true,
105
- "shuffle_seed": 0,
106
- "steps_per_epoch": null,
107
- "val_fraction": 0.1,
108
- "workdir": "./runs/from_bundle"
109
- }
110
- }