NEXS-toxicity-lora / adapter_config.json
anjohn0077's picture
Replace raw extraction with sanitized vLLM-ready toxicity LoRA (pure lora_A/lora_B, modules_to_save stripped; source: K-intelligence/Llama-SafetyGuard-Content-Binary)
e274afb verified
Raw
History Blame Contribute Delete
444 Bytes
{
"base_model_name_or_path": "meta-llama/Llama-3.1-8B",
"peft_type": "LORA",
"use_rslora": false,
"target_modules": [
"v_proj",
"q_proj",
"up_proj",
"k_proj",
"down_proj",
"gate_proj",
"o_proj"
],
"modules_to_save": null,
"task_type": "CAUSAL_LM",
"r": 128,
"lora_alpha": 128,
"rank_pattern": {},
"alpha_pattern": {},
"lora_dropout": 0.0,
"fan_in_fan_out": false,
"inference_mode": true
}