File size: 458 Bytes
f2caacc fc80b92 f2caacc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"add_head": [
512,
15
],
"auto_map": {
"AutoConfig": "configuration_bilma.BilmaConfig",
"TFAutoModel": "modeling_bilma.TFBilma"
},
"hidden_dropout_prob": 0.1,
"hidden_size": 512,
"include_top": false,
"model_type": "bilma",
"num_attention_heads": 4,
"num_hidden_layers": 2,
"pooling": "mean",
"seq_max_length": 280,
"transformers_version": "4.30.2",
"vocab_size": 29025,
"weights": "MX"
}
|