stablelm-base-alpha-3b-Lora-polish / adapter_config.json
Aspik101's picture
Hubert commit. 1 epoch, 3 dataset, 48k records
3a73f63
{
"base_model_name_or_path": "stabilityai/stablelm-base-alpha-3b",
"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": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}