Miss-BERT-CNN / config.json
UNCANNY69's picture
Add model to files
e69d196
raw
history blame
444 Bytes
{
"architectures": [
"BertCNNForSequenceClassification"
],
"conv_kernel_size": 3,
"conv_out_channels": 256,
"dropout_rate": 0.1,
"embed_dim": 768,
"fc_hidden": 128,
"id2label": {
"0": "fake",
"1": "true"
},
"label2id": {
"fake": 0,
"true": 1
},
"model_type": "BertCNNForSequenceClassification",
"num_classes": 2,
"num_layers": 12,
"torch_dtype": "float32",
"transformers_version": "4.30.2"
}