File size: 365 Bytes
c9bfc36 9b327e5 c9bfc36 9b327e5 c9bfc36 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"model_type": "CodeT5",
"architectures": ["T5ForConditionalGeneration"],
"batch_size": 16,
"learning_rate": 0.00002,
"epochs": 3,
"max_seq_length": 128,
"warmup_steps": 100,
"include_amphigory": true,
"amphigory_ratio": 0,
"vocab_size": 32128,
"d_model": 768,
"num_layers": 12,
"num_heads": 12,
"ffn_dim": 3072,
"dropout_rate": 0.1
} |