classification-notes / training_args.json
felix-kim's picture
Add pipeline.py, README.md, config.json, training_args.json, model.safetensors
f918db6 verified
Raw
History Blame Contribute Delete
188 Bytes
{
"optimizer": "rmsprop",
"scheduler": "cosine",
"learning_rate": 5e-05,
"batch_size": 16,
"epochs": 10,
"seed": 42,
"status": "default recipe; not a completed run"
}