File size: 1,128 Bytes
85034b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "project": "lyot-curriculum",
  "save_path": "runs",
  "tasks": {
    "family": "random_tree",
    "arms": "",
    "length": "",
    "targets": "deepest",
    "n_train": 10000,
    "n_valid": 1000,
    "n": 10
  },
  "model": {
    "n_layer": 2,
    "n_head": 8,
    "n_embd": 768,
    "n_positions": 1024
  },
  "method": "atc",
  "curriculum": "ring",
  "staging": "revisit",
  "staging_threshold": 0.9,
  "staging_patience": 5,
  "max_latent_stage": 8,
  "c_thought": 1,
  "uniform_prob": 0.1,
  "grow_task_difficulty": false,
  "shuffle_nodes": false,
  "reset_optimizer": false,
  "num_epochs": 800,
  "batch_size_training": 128,
  "gradient_accumulation_steps": 1,
  "lr": 3e-05,
  "weight_decay": 0.01,
  "seed": 0,
  "eval_every": 1,
  "save_every": 100,
  "wandb": true,
  "group": "tree10",
  "name": "tree10-n10-lr3e-5-drop75-noshuf-ce-resetF-revisit-up0.1",
  "tags": [
    "star2x5",
    "adaptive"
  ],
  "method_options": {
    "answer_mark": false,
    "hidden_prob": 0.75
  },
  "staging_metric": "acc",
  "show_samples": 4,
  "show_thoughts": 32,
  "show_thought_rows": 3,
  "loss": "ce",
  "n_nodes": 20
}