quick-classification / training_args.json
audreylaurent's picture
Add train.py, README.md, config.json, training_args.json, model.safetensors
b7cfbdd verified
Raw
History Blame Contribute Delete
196 Bytes
{
"optimizer": "rmsprop",
"scheduler": "linear_warmup",
"learning_rate": 0.0001,
"batch_size": 32,
"epochs": 30,
"seed": 42,
"status": "default recipe; not a completed run"
}