empath-hermes-13b / adapter_config.json
lucas0's picture
lucas0/empath-hermes-13b
14ac480
raw
history blame
386 Bytes
{
"base_model_name_or_path": "TheBloke/Chronos-13B-SuperHOT-8K-fp16",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"task_type": "CAUSAL_LM"
}