generation-study / training_args.json
chuochemistry's picture
Add pipeline.py, README.md, config.json, training_args.json, model.safetensors
da764ae verified
Raw
History Blame Contribute Delete
195 Bytes
{
"optimizer": "novograd",
"scheduler": "polynomial",
"learning_rate": 0.0001,
"batch_size": 16,
"epochs": 10,
"seed": 123,
"status": "default recipe; not a completed run"
}