vicuna_finetuned_6_sentiments / adapter_config.json
RinInori's picture
Upload model
52b9ec9
raw
history blame
346 Bytes
{
"base_model_name_or_path": "TheBloke/vicuna-7B-1.1-HF",
"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",
"v_proj"
],
"task_type": "CAUSAL_LM"
}