File size: 562 Bytes
6b2689b d544288 6b2689b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"architectures": [
"BertAttentionForSequenceClassification"
],
"auto_map": {
"AutoConfig": "model.BertAttentionConfig",
"AutoModelForSequenceClassification": "model.BertAttentionForSequenceClassification"
},
"dropout_rate": 0.1,
"fc_hidden": 128,
"hidden_size": 768,
"id2label": {
"0": "fake",
"1": "true"
},
"label2id": {
"fake": 0,
"true": 1
},
"model_type": "bertAttentionForSequenceClassification",
"num_classes": 2,
"num_layers": 12,
"torch_dtype": "float32",
"transformers_version": "4.35.2"
}
|