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

add hooktheory_v18_sparse_oversample/config.json

Browse files
hooktheory_v18_sparse_oversample/config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "v18_sparse_oversample",
3
+ "manifest": "/root/data/hooktheory/commit_manifest.jsonl",
4
+ "out_dir": "/root/experiments/hooktheory_v18_sparse_oversample",
5
+ "pretrained": "/root/experiments/hooktheory_v12_sustain/step_20000.pt",
6
+ "sampling_rate": 0.5,
7
+ "batch_size": 8,
8
+ "grad_accum": 4,
9
+ "max_steps": 10000,
10
+ "max_wall_minutes": 360.0,
11
+ "warmup_steps": 200,
12
+ "sustain_only_prob": 0.5,
13
+ "no_context_prob": 0.3,
14
+ "peak_lr": 5e-06,
15
+ "end_lr": 1e-06,
16
+ "num_workers": 4,
17
+ "log_every": 50,
18
+ "val_every": 500,
19
+ "save_every": 1000,
20
+ "seed": 45,
21
+ "resume": null,
22
+ "smoke": false
23
+ }