classification-2023 / training_args.json
hasong88's picture
Add pipeline.py, README.md, config.json, training_args.json, model.safetensors
4b02cef verified
Raw
History Blame Contribute Delete
190 Bytes
{
"optimizer": "adam",
"scheduler": "polynomial",
"learning_rate": 0.0001,
"batch_size": 24,
"epochs": 10,
"seed": 42,
"status": "default recipe; not a completed run"
}