ExperaBERT / config.json
MouadGhouti's picture
Rename config (1).json to config.json
97aa172 verified
raw
history blame contribute delete
165 Bytes
{
"architectures": [
"BertForMaskedLM"
],
"model_type": "bert",
"block_size": 32,
"n_embd": 64,
"n_head": 4,
"n_layer": 2,
"vocab_size": 32000
}