bioformer-16L / config.json
Li's picture
Upload config.json
44d0cc3
raw
history blame
385 Bytes
{
"architectures": [
"BertForMaskedLM"
],
"model_type": "bert",
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 384,
"initializer_range": 0.02,
"intermediate_size": 1536,
"max_position_embeddings": 1024,
"num_attention_heads": 6,
"num_hidden_layers": 16,
"type_vocab_size": 2,
"vocab_size": 32768
}