File size: 603 Bytes
2e86504
 
 
 
78c9c13
 
 
 
2e86504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
{
  "architectures": [
    "RobertaCNNForSequenceClassification"
  ],
   "auto_map": {
    "AutoConfig": "model.RobertaABSAConfig",
    "AutoModelForSequenceClassification": "model.RobertaCNNForSequenceClassification"
  },
  "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": "robertaCNNForSequenceClassification",
  "num_classes": 2,
  "num_layers": 12,
  "torch_dtype": "float32",
  "transformers_version": "4.35.0"
}