Upload folder using huggingface_hub
Browse files- tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/checkpoint_100.pt +3 -0
- tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/checkpoint_latest.pt +3 -0
- tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/config.json +55 -0
- tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/metrics.jsonl +0 -0
tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/checkpoint_100.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25bb79091b0642a98d7ec4b064a0815a337c05359d8598b7b40cf23242ebc997
|
| 3 |
+
size 59956349
|
tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/checkpoint_latest.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bce655c983e6320692cc4d687d7b2f1b47a81599d1f69b8020b7656b7d86883e
|
| 3 |
+
size 179870587
|
tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"project": "lyot-curriculum",
|
| 3 |
+
"save_path": "runs",
|
| 4 |
+
"tasks": {
|
| 5 |
+
"family": "random_tree",
|
| 6 |
+
"arms": "",
|
| 7 |
+
"length": "",
|
| 8 |
+
"targets": "deepest",
|
| 9 |
+
"n_train": 10000,
|
| 10 |
+
"n_valid": 1000,
|
| 11 |
+
"n": 10
|
| 12 |
+
},
|
| 13 |
+
"model": {
|
| 14 |
+
"n_layer": 2,
|
| 15 |
+
"n_head": 8,
|
| 16 |
+
"n_embd": 768,
|
| 17 |
+
"n_positions": 1024
|
| 18 |
+
},
|
| 19 |
+
"method": "atc",
|
| 20 |
+
"curriculum": "ring",
|
| 21 |
+
"staging": "revisit",
|
| 22 |
+
"staging_threshold": 0.9,
|
| 23 |
+
"staging_patience": 5,
|
| 24 |
+
"max_latent_stage": 8,
|
| 25 |
+
"c_thought": 1,
|
| 26 |
+
"uniform_prob": 0.1,
|
| 27 |
+
"grow_task_difficulty": false,
|
| 28 |
+
"shuffle_nodes": false,
|
| 29 |
+
"reset_optimizer": false,
|
| 30 |
+
"num_epochs": 800,
|
| 31 |
+
"batch_size_training": 128,
|
| 32 |
+
"gradient_accumulation_steps": 1,
|
| 33 |
+
"lr": 3e-05,
|
| 34 |
+
"weight_decay": 0.01,
|
| 35 |
+
"seed": 0,
|
| 36 |
+
"eval_every": 1,
|
| 37 |
+
"save_every": 100,
|
| 38 |
+
"wandb": true,
|
| 39 |
+
"group": "tree10",
|
| 40 |
+
"name": "tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1",
|
| 41 |
+
"tags": [
|
| 42 |
+
"star2x5",
|
| 43 |
+
"adaptive"
|
| 44 |
+
],
|
| 45 |
+
"method_options": {
|
| 46 |
+
"answer_mark": false,
|
| 47 |
+
"hidden_prob": 0.75
|
| 48 |
+
},
|
| 49 |
+
"staging_metric": "acc",
|
| 50 |
+
"show_samples": 4,
|
| 51 |
+
"show_thoughts": 32,
|
| 52 |
+
"show_thought_rows": 3,
|
| 53 |
+
"loss": "sum-of-log",
|
| 54 |
+
"n_nodes": 20
|
| 55 |
+
}
|
tree10-n10-lr3e-5-drop75-noshuf-sol-resetF-revisit-up0.1/metrics.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|