classifier / config.json
prompterminal's picture
Add model with Git LFS support
3636257
raw
history blame contribute delete
447 Bytes
{
"architectures": ["BERTForDualTruthfulness"],
"model_type": "bert",
"hidden_size": 768,
"num_labels": 2,
"vocab_size": 30522,
"hidden_dropout_prob": 0.1,
"attention_probs_dropout_prob": 0.1,
"max_position_embeddings": 512,
"type_vocab_size": 2,
"initializer_range": 0.02,
"layer_norm_eps": 1e-12,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"intermediate_size": 3072,
"_name_or_path": "bert-base-uncased"
}