Miss-Albert-CNN / config.json
UNCANNY69's picture
Update config.json
d92de20 verified
raw
history blame contribute delete
598 Bytes
{
"architectures": [
"AlbertCNNForSequenceClassification"
],
"auto_map": {
"AutoConfig": "model.AlbertABSAConfig",
"AutoModelForSequenceClassification": "model.AlbertCNNForSequenceClassification"
},
"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": "albertCNNForSequenceClassification",
"num_classes": 2,
"num_layers": 12,
"torch_dtype": "float32",
"transformers_version": "4.30.2"
}