StableT5-TestRepo / config.json
dusersad12's picture
Upload StableT5 champion checkpoint (run_D), model card with real scores, and figures
dafb15c verified
Raw
History Blame Contribute Delete
249 Bytes
{
"model_type": "t5",
"architectures": ["T5ForConditionalGeneration"],
"d_model": 512,
"d_ff": 2048,
"num_layers": 6,
"num_heads": 8,
"vocab_size": 32128,
"run_id": "run_D",
"learning_rate": 2e-4,
"batch_size": 32,
"seed": 42
}