uncensored
VicUnLocked-13b-LoRA / checkpoint-6656 /adapter_config.json
Neko-Institute-of-Science's picture
26/200 Hours
5dd925c
raw
history blame
336 Bytes
{
"base_model_name_or_path": "models/llama-13b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 128,
"lora_dropout": 0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}