|
{ |
|
"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" |
|
} |
|
|