Commit ·
2d1a978
1
Parent(s): 402c5f8
Upload MultiTaskClassifier
Browse files- config.json +63 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MultiTaskClassifier"
|
| 4 |
+
],
|
| 5 |
+
"classes": [
|
| 6 |
+
[
|
| 7 |
+
"satire",
|
| 8 |
+
"opinion",
|
| 9 |
+
"reporting"
|
| 10 |
+
],
|
| 11 |
+
[
|
| 12 |
+
"Economic",
|
| 13 |
+
"Capacity_and_resources",
|
| 14 |
+
"Morality",
|
| 15 |
+
"Fairness_and_equality",
|
| 16 |
+
"Legality_Constitutionality_and_jurisprudence",
|
| 17 |
+
"Policy_prescription_and_evaluation",
|
| 18 |
+
"Crime_and_punishment",
|
| 19 |
+
"Security_and_defense",
|
| 20 |
+
"Health_and_safety",
|
| 21 |
+
"Quality_of_life",
|
| 22 |
+
"Cultural_identity",
|
| 23 |
+
"Public_opinion",
|
| 24 |
+
"Political",
|
| 25 |
+
"External_regulation_and_reputation"
|
| 26 |
+
],
|
| 27 |
+
[
|
| 28 |
+
"Appeal_to_Authority",
|
| 29 |
+
"Appeal_to_Popularity",
|
| 30 |
+
"Appeal_to_Values",
|
| 31 |
+
"Appeal_to_Fear-Prejudice",
|
| 32 |
+
"Flag_Waving",
|
| 33 |
+
"Causal_Oversimplification",
|
| 34 |
+
"False_Dilemma-No_Choice",
|
| 35 |
+
"Consequential_Oversimplification",
|
| 36 |
+
"Straw_Man",
|
| 37 |
+
"Red_Herring",
|
| 38 |
+
"Whataboutism",
|
| 39 |
+
"Slogans",
|
| 40 |
+
"Appeal_to_Time",
|
| 41 |
+
"Conversation_Killer",
|
| 42 |
+
"Loaded_Language",
|
| 43 |
+
"Repetition",
|
| 44 |
+
"Exaggeration-Minimisation",
|
| 45 |
+
"Obfuscation-Vagueness-Confusion",
|
| 46 |
+
"Name_Calling-Labeling",
|
| 47 |
+
"Doubt",
|
| 48 |
+
"Guilt_by_Association",
|
| 49 |
+
"Appeal_to_Hypocrisy",
|
| 50 |
+
"Questioning_the_Reputation"
|
| 51 |
+
]
|
| 52 |
+
],
|
| 53 |
+
"final_layer_size": 32,
|
| 54 |
+
"model_type": "MultiTaskClassifier",
|
| 55 |
+
"second_transformer_checkpoint": null,
|
| 56 |
+
"t1_last_layer_size": 768,
|
| 57 |
+
"t2_last_layer_size": null,
|
| 58 |
+
"task_nums": 3,
|
| 59 |
+
"torch_dtype": "float32",
|
| 60 |
+
"transformer_checkpoint": "xlm-roberta-base",
|
| 61 |
+
"transformers_version": "4.34.0",
|
| 62 |
+
"use_auto_encoder": false
|
| 63 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e69b7977f4ba906b2bf90aa84265d101755921e7a849f47931a16f30a0169289
|
| 3 |
+
size 1112682129
|