Upload 3 files
Browse files- config.json +38 -29
- metadata.json +20 -1
- weights.safetensors +2 -2
config.json
CHANGED
|
@@ -5,18 +5,10 @@
|
|
| 5 |
"data": {
|
| 6 |
"columns": null,
|
| 7 |
"dtype": "float32",
|
| 8 |
-
"inputs": [
|
| 9 |
-
0,
|
| 10 |
-
1,
|
| 11 |
-
2
|
| 12 |
-
],
|
| 13 |
"memmap": true,
|
| 14 |
-
"path": "
|
| 15 |
-
"targets": [
|
| 16 |
-
3,
|
| 17 |
-
4,
|
| 18 |
-
5
|
| 19 |
-
]
|
| 20 |
},
|
| 21 |
"hub": {
|
| 22 |
"repo_id": null,
|
|
@@ -24,9 +16,17 @@
|
|
| 24 |
},
|
| 25 |
"io": {
|
| 26 |
"x_dim": 3,
|
| 27 |
-
"x_names":
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
"y_dim": 3,
|
| 29 |
-
"y_names":
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
},
|
| 31 |
"model": {
|
| 32 |
"name": "mlp",
|
|
@@ -34,43 +34,52 @@
|
|
| 34 |
"activation": "gelu",
|
| 35 |
"dtype": "float32",
|
| 36 |
"hidden_sizes": [
|
| 37 |
-
|
| 38 |
-
|
|
|
|
| 39 |
]
|
| 40 |
}
|
| 41 |
},
|
| 42 |
"optim": {
|
| 43 |
"b1": 0.9,
|
| 44 |
"b2": 0.999,
|
|
|
|
| 45 |
"eps": 1e-08,
|
| 46 |
-
"lr": 0.
|
| 47 |
-
"name": "
|
| 48 |
-
"
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"y_scaler": "standard"
|
| 54 |
},
|
| 55 |
"schema_version": 1,
|
| 56 |
"seed": 0,
|
| 57 |
"task": {
|
| 58 |
"name": "regression",
|
| 59 |
"params": {
|
| 60 |
-
"loss": "mse"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
}
|
| 62 |
},
|
| 63 |
"training": {
|
| 64 |
"batch_size": 2048,
|
| 65 |
-
"checkpoint_every_steps":
|
| 66 |
-
"eval_every_steps":
|
| 67 |
-
"log_every_steps":
|
| 68 |
"max_checkpoints": 3,
|
| 69 |
-
"
|
| 70 |
"shuffle": true,
|
| 71 |
"shuffle_seed": 0,
|
| 72 |
"steps_per_epoch": null,
|
| 73 |
"val_fraction": 0.1,
|
| 74 |
-
"workdir": "/Users/tr/repos/astro-emulators-toolkit/
|
| 75 |
}
|
| 76 |
}
|
|
|
|
| 5 |
"data": {
|
| 6 |
"columns": null,
|
| 7 |
"dtype": "float32",
|
| 8 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"memmap": true,
|
| 10 |
+
"path": "",
|
| 11 |
+
"targets": []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
},
|
| 13 |
"hub": {
|
| 14 |
"repo_id": null,
|
|
|
|
| 16 |
},
|
| 17 |
"io": {
|
| 18 |
"x_dim": 3,
|
| 19 |
+
"x_names": [
|
| 20 |
+
"age",
|
| 21 |
+
"eep",
|
| 22 |
+
"feh"
|
| 23 |
+
],
|
| 24 |
"y_dim": 3,
|
| 25 |
+
"y_names": [
|
| 26 |
+
"G_mag",
|
| 27 |
+
"BP_mag",
|
| 28 |
+
"RP_mag"
|
| 29 |
+
]
|
| 30 |
},
|
| 31 |
"model": {
|
| 32 |
"name": "mlp",
|
|
|
|
| 34 |
"activation": "gelu",
|
| 35 |
"dtype": "float32",
|
| 36 |
"hidden_sizes": [
|
| 37 |
+
64,
|
| 38 |
+
64,
|
| 39 |
+
64
|
| 40 |
]
|
| 41 |
}
|
| 42 |
},
|
| 43 |
"optim": {
|
| 44 |
"b1": 0.9,
|
| 45 |
"b2": 0.999,
|
| 46 |
+
"decay_steps": 0,
|
| 47 |
"eps": 1e-08,
|
| 48 |
+
"lr": 0.003,
|
| 49 |
+
"name": "soap",
|
| 50 |
+
"precondition_1d": false,
|
| 51 |
+
"precondition_frequency": 10,
|
| 52 |
+
"schedule": "cosine",
|
| 53 |
+
"warmup_steps": 10000,
|
| 54 |
+
"weight_decay": 1e-05
|
|
|
|
| 55 |
},
|
| 56 |
"schema_version": 1,
|
| 57 |
"seed": 0,
|
| 58 |
"task": {
|
| 59 |
"name": "regression",
|
| 60 |
"params": {
|
| 61 |
+
"loss": "mse",
|
| 62 |
+
"metric_axes": {
|
| 63 |
+
"global": "all",
|
| 64 |
+
"per_dim": []
|
| 65 |
+
},
|
| 66 |
+
"metrics": [
|
| 67 |
+
"mse",
|
| 68 |
+
"mae"
|
| 69 |
+
]
|
| 70 |
}
|
| 71 |
},
|
| 72 |
"training": {
|
| 73 |
"batch_size": 2048,
|
| 74 |
+
"checkpoint_every_steps": 150000,
|
| 75 |
+
"eval_every_steps": 5000,
|
| 76 |
+
"log_every_steps": 1000,
|
| 77 |
"max_checkpoints": 3,
|
| 78 |
+
"num_steps": 100000,
|
| 79 |
"shuffle": true,
|
| 80 |
"shuffle_seed": 0,
|
| 81 |
"steps_per_epoch": null,
|
| 82 |
"val_fraction": 0.1,
|
| 83 |
+
"workdir": "/Users/tr/repos/astro-emulators-toolkit/large_local_examples/isochrones/run2"
|
| 84 |
}
|
| 85 |
}
|
metadata.json
CHANGED
|
@@ -1,4 +1,23 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"schema_version": 1,
|
| 3 |
-
"tool": "astro_emulators_toolkit"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"fit_method": "gradient",
|
| 3 |
"schema_version": 1,
|
| 4 |
+
"tool": "astro_emulators_toolkit",
|
| 5 |
+
"x_schema": {
|
| 6 |
+
"dim": 3,
|
| 7 |
+
"names": [
|
| 8 |
+
"age",
|
| 9 |
+
"eep",
|
| 10 |
+
"feh"
|
| 11 |
+
],
|
| 12 |
+
"representation": "model-space inputs emitted directly by the dataset"
|
| 13 |
+
},
|
| 14 |
+
"y_schema": {
|
| 15 |
+
"dim": 3,
|
| 16 |
+
"names": [
|
| 17 |
+
"G_mag",
|
| 18 |
+
"BP_mag",
|
| 19 |
+
"RP_mag"
|
| 20 |
+
],
|
| 21 |
+
"representation": "model-space targets emitted directly by the dataset"
|
| 22 |
+
}
|
| 23 |
}
|
weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7916af20b55930166ba2f40866892ecf13cec5c9354d827ac44055d6797bf8e8
|
| 3 |
+
size 35876
|