File size: 487 Bytes
2631e45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "model_name": "achilles-security-engineer",
  "base_model": "Qwen/Qwen2.5-Coder-7B-Instruct",
  "training_examples": 5000,
  "epochs": 1,
  "learning_rate": 0.0001,
  "batch_size": 1,
  "grad_accum_steps": 16,
  "effective_batch_size": 16,
  "lora_r": 16,
  "lora_alpha": 32,
  "lora_target_modules": [
    "q_proj",
    "k_proj",
    "v_proj",
    "o_proj",
    "gate_proj",
    "up_proj",
    "down_proj"
  ],
  "max_seq_length": 1024,
  "training_time_hours": 33.278723658190835
}