classification-fast / training_args.json
Thlefebvre's picture
Add inference.py, README.md, config.json, training_args.json, model.safetensors
d6d941f verified
Raw
History Blame Contribute Delete
190 Bytes
{
"optimizer": "sgd",
"scheduler": "exponential",
"learning_rate": 0.0001,
"batch_size": 24,
"epochs": 30,
"seed": 42,
"status": "default recipe; not a completed run"
}