hackhackhack66666 commited on
Commit
9357fed
·
verified ·
1 Parent(s): 3a5b7cf

Add Blockwise-OAT baseline artifacts (benchmarks/baseline_manifest.json)

Browse files
Files changed (1) hide show
  1. benchmarks/baseline_manifest.json +13 -0
benchmarks/baseline_manifest.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "policy": "Mirageinv/oat/policy_ep-0250_sr-0.596.ckpt",
3
+ "tokenizer": "Mirageinv/oat/tokenizer_ep-0950_mse-0.002.ckpt",
4
+ "tail": "checkpoints/original_oat_tail_p4_r1.pt",
5
+ "prefix_len": 4,
6
+ "refine_iters": 1,
7
+ "tail_epochs": 15,
8
+ "eval_protocol": {
9
+ "n_test_per_task": 50,
10
+ "num_exp": 3,
11
+ "test_start_seed": 1000
12
+ }
13
+ }