Upload BertForSequenceClassification
Browse files- config.json +81 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-multilingual-cased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"directionality": "bidi",
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "Appeal_to_Authority",
|
| 14 |
+
"1": "Appeal_to_Fear-Prejudice",
|
| 15 |
+
"2": "Appeal_to_Hypocrisy",
|
| 16 |
+
"3": "Appeal_to_Popularity",
|
| 17 |
+
"4": "Appeal_to_Time",
|
| 18 |
+
"5": "Appeal_to_Values",
|
| 19 |
+
"6": "Causal_Oversimplification",
|
| 20 |
+
"7": "Consequential_Oversimplification",
|
| 21 |
+
"8": "Conversation_Killer",
|
| 22 |
+
"9": "Doubt",
|
| 23 |
+
"10": "Exaggeration-Minimisation",
|
| 24 |
+
"11": "False_Dilemma-No_Choice",
|
| 25 |
+
"12": "Flag_Waving",
|
| 26 |
+
"13": "Guilt_by_Association",
|
| 27 |
+
"14": "Loaded_Language",
|
| 28 |
+
"15": "Name_Calling-Labeling",
|
| 29 |
+
"16": "Obfuscation-Vagueness-Confusion",
|
| 30 |
+
"17": "Questioning_the_Reputation",
|
| 31 |
+
"18": "Red_Herring",
|
| 32 |
+
"19": "Repetition",
|
| 33 |
+
"20": "Slogans",
|
| 34 |
+
"21": "Straw_Man",
|
| 35 |
+
"22": "Whataboutism"
|
| 36 |
+
},
|
| 37 |
+
"initializer_range": 0.02,
|
| 38 |
+
"intermediate_size": 3072,
|
| 39 |
+
"label2id": {
|
| 40 |
+
"Appeal_to_Authority": 0,
|
| 41 |
+
"Appeal_to_Fear-Prejudice": 1,
|
| 42 |
+
"Appeal_to_Hypocrisy": 2,
|
| 43 |
+
"Appeal_to_Popularity": 3,
|
| 44 |
+
"Appeal_to_Time": 4,
|
| 45 |
+
"Appeal_to_Values": 5,
|
| 46 |
+
"Causal_Oversimplification": 6,
|
| 47 |
+
"Consequential_Oversimplification": 7,
|
| 48 |
+
"Conversation_Killer": 8,
|
| 49 |
+
"Doubt": 9,
|
| 50 |
+
"Exaggeration-Minimisation": 10,
|
| 51 |
+
"False_Dilemma-No_Choice": 11,
|
| 52 |
+
"Flag_Waving": 12,
|
| 53 |
+
"Guilt_by_Association": 13,
|
| 54 |
+
"Loaded_Language": 14,
|
| 55 |
+
"Name_Calling-Labeling": 15,
|
| 56 |
+
"Obfuscation-Vagueness-Confusion": 16,
|
| 57 |
+
"Questioning_the_Reputation": 17,
|
| 58 |
+
"Red_Herring": 18,
|
| 59 |
+
"Repetition": 19,
|
| 60 |
+
"Slogans": 20,
|
| 61 |
+
"Straw_Man": 21,
|
| 62 |
+
"Whataboutism": 22
|
| 63 |
+
},
|
| 64 |
+
"layer_norm_eps": 1e-12,
|
| 65 |
+
"max_position_embeddings": 512,
|
| 66 |
+
"model_type": "bert",
|
| 67 |
+
"num_attention_heads": 12,
|
| 68 |
+
"num_hidden_layers": 12,
|
| 69 |
+
"pad_token_id": 0,
|
| 70 |
+
"pooler_fc_size": 768,
|
| 71 |
+
"pooler_num_attention_heads": 12,
|
| 72 |
+
"pooler_num_fc_layers": 3,
|
| 73 |
+
"pooler_size_per_head": 128,
|
| 74 |
+
"pooler_type": "first_token_transform",
|
| 75 |
+
"position_embedding_type": "absolute",
|
| 76 |
+
"torch_dtype": "float32",
|
| 77 |
+
"transformers_version": "4.25.1",
|
| 78 |
+
"type_vocab_size": 2,
|
| 79 |
+
"use_cache": true,
|
| 80 |
+
"vocab_size": 119547
|
| 81 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b1931b3465666bb4b39445c91d626ffa78cbb54dcfb320af0a884da6e2edec2
|
| 3 |
+
size 711557301
|