0xsuid's picture
Upload experiments/2022-10-19-f0361591436403c2807cb3594168ad959ccfc8c7c86898c748ca23b0791d663d with huggingface_hub
3e12c25
raw
history blame contribute delete
673 Bytes
{
"output_dir": "./results",
"evaluation_strategy": "no",
"do_eval": false,
"eval_steps": 0,
"log_level": "error",
"logging_first_step": true,
"logging_steps": 5,
"logging_dir": "./logs",
"save_steps": 200,
"save_total_limit": 2,
"num_train_epochs": 5,
"per_device_train_batch_size": 8,
"optim": "adamw_torch",
"gradient_accumulation_steps": 4,
"gradient_checkpointing": true,
"dataloader_drop_last": true,
"warmup_steps": 100,
"weight_decay": 0.01,
"learning_rate": 5e-05,
"fp16": true,
"total_gpus": 1,
"v_cpus": 6,
"total_memory_in_gb": 23040.7890625,
"dataset_limit": 100
}