salim-classifier / config.json
kittinan's picture
first version
8bfc638
raw
history blame contribute delete
No virus
703 Bytes
{
"_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
"architectures": [
"CamembertForSequenceClassification"
],
"id2label": {
"0": "NOT SURE",
"1": "HIGHLY LIKELY SALIM"
},
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"eos_token_id": 2,
"gradient_checkpointing": false,
"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": 512,
"model_type": "camembert",
"num_attention_head": 12,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"type_vocab_size": 1,
"vocab_size": 25005
}