File size: 1,210 Bytes
ef62687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f997647
ef62687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "release_dir": null,
  "preprocessed_dir": "data",
  "model_architecture": "MultiHeadGuardModel",
  "training_format": "multitask_structured",
  "num_categories": 13,
  "category_vocabulary": [
    "animal_cruelty",
    "fraud_and_social_engineering",
    "harassment_and_bullying",
    "hate_speech",
    "human_trafficking",
    "illegal_drugs",
    "non_consensual_sexual_content",
    "offensive_cyber",
    "property_crime_and_theft",
    "self_harm_and_suicide",
    "terrorism_and_extremism",
    "violence",
    "weapons_and_firearms"
  ],
  "hyperparameters": {
    "lambda_cat": 0.1,
    "unsafe_threshold": 0.5,
    "epochs": 3,
    "batch_size": 512,
    "grad_accum": 1,
    "effective_batch": 512,
    "backbone_lr": 0.0002,
    "head_lr": 0.002,
    "lr_scheduler": "cosine",
    "warmup_steps": null,
    "warmup_ratio": 0.05,
    "weight_decay": 0.01,
    "max_grad_norm": 1.0,
    "max_length": 512,
    "dropout": 0.1,
    "use_lora": true,
    "lora_rank": 32,
    "lora_alpha": 64,
    "lora_dropout": 0.05,
    "gradient_checkpointing": true,
    "pack_sequences": true,
    "save_strategy": "epoch",
    "save_steps": null,
    "eval_strategy": "epoch",
    "eval_steps": null
  }
}