llama2-qa-law-v4 / adapter_config.json
devrunner09's picture
Upload 2 files
a73a5a8
raw
history blame contribute delete
568 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "/workdir/llama2-fine-tune/base_model/models--bkai-foundation-models--vietnamese-llama2-7b-40GB/snapshots/e6fa066ef3bbaaab292123fd313f67af25c944d4",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"revision": null,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}