AbLang_light / config.json
qilowoq's picture
Upload AbLang
9fc352f
raw
history blame
602 Bytes
{
"_name_or_path": "ablang-test",
"architectures": [
"AbLang"
],
"attention_probs_dropout_prob": 0.1,
"auto_map": {
"AutoConfig": "config.AbLangConfig",
"AutoModel": "model.AbLang"
},
"chain": "heavy",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 160,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"ptid": 21,
"torch_dtype": "float32",
"transformers_version": "4.26.1",
"vocab_size": 24
}