classification-tutorial / training_args.json
tobiaswagnerlu's picture
Add finetune.py, README.md, config.json, training_args.json, model.safetensors
c869be9 verified
Raw
History Blame Contribute Delete
191 Bytes
{
"optimizer": "adam",
"scheduler": "exponential",
"learning_rate": 5e-05,
"batch_size": 24,
"epochs": 20,
"seed": 123,
"status": "default recipe; not a completed run"
}