bertin-gpt-j-6b-ner-es / adapter_config.json
DavidFM43's picture
Upload model
487ec5f
raw history blame
No virus
352 Bytes
{
"base_model_name_or_path": "bertin-project/bertin-gpt-j-6B",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}