gpt2-tigerbot-pt-zh / finetuning_args.json
ticoAg's picture
Upload 17 files
bdd6cc2
raw
history blame contribute delete
No virus
235 Bytes
{
"finetuning_type": "full",
"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
}