File size: 3,602 Bytes
091232f
 
 
 
 
 
 
 
 
 
 
a09d0fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
091232f
 
 
 
a09d0fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
091232f
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "architectures": [
    "BertForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "Democracy Unknown",
    "1": "Democracy Negative",
    "2": "Democracy Neutral",
    "3": "Democracy Positive",
    "4": "Economy Unknown",
    "5": "Economy Negative",
    "6": "Economy Neutral",
    "7": "Economy Positive",
    "8": "Race Unknown",
    "9": "Race Negative",
    "10": "Race Neutral",
    "11": "Race Positive",
    "12": "Leadership Unknown",
    "13": "Leadership Negative",
    "14": "Leadership Neutral",
    "15": "Leadership Positive",
    "16": "Development Unknown",
    "17": "Development Negative",
    "18": "Development Neutral",
    "19": "Development Positive",
    "20": "Corruption Unknown",
    "21": "Corruption Negative",
    "22": "Corruption Neutral",
    "23": "Corruption Positive",
    "24": "Instability Unknown",
    "25": "Instability Negative",
    "26": "Instability Neutral",
    "27": "Instability Positive",
    "28": "Safety Unknown",
    "29": "Safety Negative",
    "30": "Safety Neutral",
    "31": "Safety Positive",
    "32": "Administration Unknown",
    "33": "Administration Negative",
    "34": "Administration Neutral",
    "35": "Administration Positive",
    "36": "Education Unknown",
    "37": "Education Negative",
    "38": "Education Neutral",
    "39": "Education Positive",
    "40": "Religion Unknown",
    "41": "Religion Negative",
    "42": "Religion Neutral",
    "43": "Religion Positive",
    "44": "Environment Unknown",
    "45": "Environment Negative",
    "46": "Environment Neutral",
    "47": "Environment Positive"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Democracy Unknown": 0,
    "Democracy Negative": 1,
    "Democracy Neutral": 2,
    "Democracy Positive": 3,
    "Economy Unknown": 4,
    "Economy Negative": 5,
    "Economy Neutral": 6,
    "Economy Positive": 7,
    "Race Unknown": 8,
    "Race Negative": 9,
    "Race Neutral": 10,
    "Race Positive": 11,
    "Leadership Unknown": 12,
    "Leadership Negative": 13,
    "Leadership Neutral": 14,
    "Leadership Positive": 15,
    "Development Unknown": 16,
    "Development Negative": 17,
    "Development Neutral": 18,
    "Development Positive": 19,
    "Corruption Unknown": 20,
    "Corruption Negative": 21,
    "Corruption Neutral": 22,
    "Corruption Positive": 23,
    "Instability Unknown": 24,
    "Instability Negative": 25,
    "Instability Neutral": 26,
    "Instability Positive": 27,
    "Safety Unknown": 28,
    "Safety Negative": 29,
    "Safety Neutral": 30,
    "Safety Positive": 31,
    "Administration Unknown": 32,
    "Administration Negative": 33,
    "Administration Neutral": 34,
    "Administration Positive": 35,
    "Education Unknown": 36,
    "Education Negative": 37,
    "Education Neutral": 38,
    "Education Positive": 39,
    "Religion Unknown": 40,
    "Religion Negative": 41,
    "Religion Neutral": 42,
    "Religion Positive": 43,
    "Environment Unknown": 44,
    "Environment Negative": 45,
    "Environment Neutral": 46,
    "Environment Positive": 47
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.50.3",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}