classification23 / training_args.json
Matthewmiller59's picture
Add finetune.py, README.md, config.json, training_args.json, model.safetensors
45d811b verified
Raw
History Blame Contribute Delete
185 Bytes
{
"optimizer": "lion",
"scheduler": "cosine",
"learning_rate": 5e-05,
"batch_size": 32,
"epochs": 30,
"seed": 42,
"status": "default recipe; not a completed run"
}