KoLIMA-Polyglot-12.8B-qlora / adapter_config.json
qwopqwop's picture
Upload 2 files
ae2f400
raw
history blame
399 Bytes
{
"base_model_name_or_path": "EleutherAI/polyglot-ko-12.8b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"dense_4h_to_h",
"query_key_value",
"dense_h_to_4h",
"dense"
],
"task_type": "CAUSAL_LM"
}