File size: 570 Bytes
0907e56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model": "mistralai/Mistral-7B-v0.3",
  "dataset": "narrativeqa",
  "stage": 3,
  "epochs": 1,
  "batch_size": 1,
  "grad_accum": 1,
  "lr": 0.0001,
  "output_dir": "checkpoints/stage3_ert_local_fresh",
  "lora_r": 16,
  "lora_alpha": 32,
  "max_samples": 128,
  "resume_from_checkpoint": null,
  "bf16": false,
  "load_in_4bit": true,
  "device": null,
  "weight_alignment": 0.1,
  "weight_robustness": 0.0,
  "max_length": 256,
  "lambda_init_stage2": 0.1,
  "ert_budgets": [
    0.25,
    0.5,
    0.75
  ],
  "gen_check_interval": 500,
  "gen_check_prompts": 5
}