File size: 655 Bytes
35cb202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "dataset_file": "construction_risk_natural_scenarios.jsonl",
  "training_samples": 551,
  "cause_weights": {
    "Caught In Between": 8.193548387096774,
    "Struck By Object": 3.097560975609756,
    "Electrocution": 3.4324324324324325,
    "Falls": 1.0,
    "Transportation Incidents": 3.4324324324324325,
    "Other/Unspecified": 12.7,
    "Contact With Objects": 16.933333333333334,
    "Exposure Harmful Substances": 254.0
  },
  "optimization_config": {
    "learning_rate": 0.0001,
    "batch_size": 4,
    "max_length": 256,
    "epochs": 8,
    "lora_r": 8,
    "lora_alpha": 16,
    "label_smoothing": 0.05,
    "gradient_clipping": 1.0
  }
}