classification / training_args.json
gael-rgr06's picture
Add train.py, README.md, config.json, training_args.json, model.safetensors
6314de1 verified
Raw
History Blame Contribute Delete
183 Bytes
{
"optimizer": "lion",
"scheduler": "step",
"learning_rate": 5e-05,
"batch_size": 32,
"epochs": 20,
"seed": 42,
"status": "default recipe; not a completed run"
}