mixer-classification-tutorial / training_args.json
monikanmn's picture
Add pipeline.py, README.md, config.json, training_args.json, model.safetensors
b08543a verified
Raw
History Blame Contribute Delete
192 Bytes
{
"optimizer": "adam",
"scheduler": "linear_warmup",
"learning_rate": 5e-05,
"batch_size": 24,
"epochs": 20,
"seed": 42,
"status": "default recipe; not a completed run"
}