MIRe_base_pt / train_hyperparams.json
Y-J-Ju's picture
Upload folder using huggingface_hub
630c35e verified
raw
history blame contribute delete
270 Bytes
{
"gradient_accumulation_steps": 1,
"num_train_epochs": 5,
"learning_rate": 0.0001,
"warmup_steps": 300,
"eval_steps": 500,
"early_stop": 5,
"print_freq": 10,
"weight_decay": 0.0,
"pretrained_checkpoint": "",
"frozen": true,
"linear_frozen": true
}