| { | |
| "_name_or_path": "bert-base-uncased", | |
| "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.48.2", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 30522 | |
| } | |