work-classification / training_args.json
hannahshs's picture
Add pipeline.py, README.md, config.json, training_args.json, model.safetensors
d653e71 verified
Raw
History Blame Contribute Delete
196 Bytes
{
"optimizer": "adafactor",
"scheduler": "polynomial",
"learning_rate": 0.0001,
"batch_size": 16,
"epochs": 20,
"seed": 123,
"status": "default recipe; not a completed run"
}