File size: 445 Bytes
36f7606 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"model": "mt5.1.1",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"intermediate_size": 2048,
"num_attention_heads": 12,
"attention_head_size": 64,
"num_hidden_layers": 12,
"vocab_size": 32128,
"relative_attention_num_buckets": 32,
"attention_scale": false,
"is_dropout": true,
"max_position_embeddings": 768,
"segment_vocab_size": 0,
"logit_scale": false
} |