tiny-transformer-experiment / training_args.json
Ivanyamaguchi's picture
Add train.py, README.md, config.json, training_args.json, model.safetensors
d8192d4 verified
Raw
History Blame Contribute Delete
193 Bytes
{
"optimizer": "lamb",
"scheduler": "exponential",
"learning_rate": 0.0001,
"batch_size": 24,
"epochs": 30,
"seed": 3407,
"status": "default recipe; not a completed run"
}