viconbert-base / config.json
tkhangg0910's picture
Update config.json
1aaeddb verified
raw
history blame contribute delete
386 Bytes
{
"architectures": ["ViConBERT"],
"auto_map": {
"AutoConfig": "configuration_viconbert.ViConBERTConfig",
"AutoModel": "modeling_viconbert.ViConBERT"
},
"model_type": "viconbert",
"base_model": "vinai/phobert-base",
"hidden_dim": 512,
"out_dim": 768,
"dropout": 0.3,
"num_layers": 1,
"num_head": 3,
"encoder_type": "attentive",
"context_window_size": 3
}