hidude562 commited on
Commit
ec131e2
·
verified ·
1 Parent(s): 2d0cd9a

add hooktheory_v7_commit/config.json

Browse files
Files changed (1) hide show
  1. hooktheory_v7_commit/config.json +24 -0
hooktheory_v7_commit/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "v7_commit",
3
+ "vocab_size": 629,
4
+ "augment": true,
5
+ "n_params": 201947904,
6
+ "manifest": "/root/data/hooktheory/commit_manifest.jsonl",
7
+ "out_dir": "/root/experiments/hooktheory_v7_commit",
8
+ "pretrained": "/root/experiments/hooktheory_v3_large_nopad/model.pt",
9
+ "batch_size": 8,
10
+ "grad_accum": 4,
11
+ "max_steps": 20000,
12
+ "max_wall_minutes": 360.0,
13
+ "warmup_steps": 300,
14
+ "peak_lr": 2e-05,
15
+ "end_lr": 1e-06,
16
+ "num_workers": 4,
17
+ "log_every": 50,
18
+ "val_every": 500,
19
+ "save_every": 1000,
20
+ "seed": 42,
21
+ "resume": null,
22
+ "smoke": false,
23
+ "no_augment": false
24
+ }