File size: 1,078 Bytes
b35e56f
 
bb5628a
b35e56f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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,
    "epochs": 1,
    "batch_size": 512,
    "grad_accum": 1,
    "effective_batch": 512,
    "backbone_lr": 5e-05,
    "head_lr": 0.0005,
    "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": false,
    "lora_rank": null,
    "lora_alpha": null,
    "lora_dropout": null,
    "gradient_checkpointing": true,
    "pack_sequences": true
  }
}