gpt2-tiger-sft-zh / finetuning_args.json
ticoAg's picture
Upload 14 files
224f2f7
raw
history blame contribute delete
286 Bytes
{
"dpo_beta": 0.1,
"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,
"resume_lora_training": true
}