hybrid-classification-medium / training_args.json
ywtkachenko's picture
Add predict.py, README.md, config.json, training_args.json, model.safetensors
17ef32b verified
Raw
History Blame Contribute Delete
188 Bytes
{
"optimizer": "lion",
"scheduler": "onecycle",
"learning_rate": 0.0002,
"batch_size": 32,
"epochs": 20,
"seed": 42,
"status": "default recipe; not a completed run"
}