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