ORIGINAL_LORA_Model / adapter_config.json
jahb57's picture
jahb57/ORIGINAL_LORA_Model
d0eec1f
raw
history blame contribute delete
513 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "jahb57/test_trainer",
"bias": "none",
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.1,
"modules_to_save": [
"classifier"
],
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"c_fc",
"c_proj",
"c_attn"
],
"task_type": "SEQ_CLS"
}