classification90 / training_args.json
Pavlov-daniil's picture
Add run.py, README.md, config.json, training_args.json, model.safetensors
eaa32af verified
Raw
History Blame Contribute Delete
190 Bytes
{
"optimizer": "novograd",
"scheduler": "cosine",
"learning_rate": 5e-05,
"batch_size": 16,
"epochs": 30,
"seed": 123,
"status": "default recipe; not a completed run"
}