ctheodoris's picture
update with 12L and 20L i4096 gc95M models, multitask and quantiz code
933ca80
raw
history blame contribute delete
No virus
565 Bytes
{
"architectures": [
"BertForMaskedLM"
],
"attention_probs_dropout_prob": 0.02,
"gradient_checkpointing": false,
"hidden_act": "relu",
"hidden_dropout_prob": 0.02,
"hidden_size": 256,
"initializer_range": 0.02,
"intermediate_size": 512,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 2048,
"model_type": "bert",
"num_attention_heads": 4,
"num_hidden_layers": 6,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"transformers_version": "4.6.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 25426
}