Llama-2-MedText-Delta-Preview / finetuning_args.json
truehealthapp's picture
Upload 9 files
74b08a7
raw
history blame contribute delete
No virus
235 Bytes
{
"finetuning_type": "lora",
"lora_alpha": 32.0,
"lora_dropout": 0.1,
"lora_rank": 8,
"lora_target": [
"q_proj",
"v_proj"
],
"name_module_trainable": "mlp",
"num_hidden_layers": 32,
"num_layer_trainable": 3
}