t5-3B-news_cls-2016 / adapter_config.json
KaiNylund's picture
Upload adapter_config.json with huggingface_hub
a48a4ad
raw
history blame contribute delete
No virus
350 Bytes
{
"base_model_name_or_path": "t5-3b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q",
"v"
],
"task_type": "SEQ_2_SEQ_LM"
}