Upload folder using huggingface_hub
Browse files- tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/checkpoint_100.pt +3 -0
- tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/checkpoint_latest.pt +3 -0
- tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/config.json +55 -0
- tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/metrics.jsonl +0 -0
tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/checkpoint_100.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77fe9121153b402cc1ffb78e84239540677f81207349041364bab78caa6b8c2a
|
| 3 |
+
size 59956349
|
tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/checkpoint_latest.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad9503cad113693f04ffdc79f5faa5378f202cb6822a2d92570e0c32c0b21075
|
| 3 |
+
size 179870331
|
tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/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": "threshold",
|
| 22 |
+
"staging_threshold": 0.9,
|
| 23 |
+
"staging_patience": 5,
|
| 24 |
+
"max_latent_stage": 8,
|
| 25 |
+
"c_thought": 1,
|
| 26 |
+
"uniform_prob": 0.5,
|
| 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-ce-resetF-threshold-up0.5",
|
| 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": "ce",
|
| 54 |
+
"n_nodes": 20
|
| 55 |
+
}
|
tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-threshold-up0.5/metrics.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|