Upload 6 files
Browse files- .gitattributes +1 -0
- config.json +145 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +3 -0
- tokenizer_config.json +19 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "xlm-roberta-large",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"id2label": {
|
14 |
+
"0": "101 - Foreign Special Relationships: Positive",
|
15 |
+
"1": "102 - Foreign Special Relationships: Negative",
|
16 |
+
"2": "103 - Anti-Imperialism",
|
17 |
+
"3": "104 - Military: Positive",
|
18 |
+
"4": "105 - Military: Negative",
|
19 |
+
"5": "106 - Peace",
|
20 |
+
"6": "107 - Internationalism: Positive",
|
21 |
+
"7": "108 - European Community/Union: Positive",
|
22 |
+
"8": "109 - Internationalism: Negative",
|
23 |
+
"9": "110 - European Community/Union: Negative",
|
24 |
+
"10": "201 - Freedom and Human Rights",
|
25 |
+
"11": "202 - Democracy",
|
26 |
+
"12": "203 - Constitutionalism: Positive",
|
27 |
+
"13": "204 - Constitutionalism: Negative",
|
28 |
+
"14": "301 - Federalism",
|
29 |
+
"15": "302 - Centralisation",
|
30 |
+
"16": "303 - Governmental and Administrative Efficiency",
|
31 |
+
"17": "304 - Political Corruption",
|
32 |
+
"18": "305 - Political Authority",
|
33 |
+
"19": "401 - Free Market Economy",
|
34 |
+
"20": "402 - Incentives",
|
35 |
+
"21": "403 - Market Regulation",
|
36 |
+
"22": "404 - Economic Planning",
|
37 |
+
"23": "405 - Corporatism/ Mixed Economy",
|
38 |
+
"24": "406 - Protectionism: Positive",
|
39 |
+
"25": "407 - Protectionism: Negative",
|
40 |
+
"26": "408 - Economic Goals",
|
41 |
+
"27": "409 - Keynesian Demand Management",
|
42 |
+
"28": "410 - Economic Growth: Positive",
|
43 |
+
"29": "411 - Technology and Infrastructure",
|
44 |
+
"30": "412 - Controlled Economy",
|
45 |
+
"31": "413 - Nationalisation",
|
46 |
+
"32": "414 - Economic Orthodoxy",
|
47 |
+
"33": "415 - Marxist Analysis: Positive",
|
48 |
+
"34": "416 - Anti-Growth Economy: Positive",
|
49 |
+
"35": "501 - Environmental Protection: Positive",
|
50 |
+
"36": "502 - Culture: Positive",
|
51 |
+
"37": "503 - Equality: Positive",
|
52 |
+
"38": "504 - Welfare State Expansion",
|
53 |
+
"39": "505 - Welfare State Limitation",
|
54 |
+
"40": "506 - Education Expansion",
|
55 |
+
"41": "507 - Education Limitation",
|
56 |
+
"42": "601 - National Way of Life: Positive",
|
57 |
+
"43": "602 - National Way of Life: Negative",
|
58 |
+
"44": "603 - Traditional Morality: Positive",
|
59 |
+
"45": "604 - Traditional Morality: Negative",
|
60 |
+
"46": "605 - Law and Order: Positive",
|
61 |
+
"47": "606 - Civic Mindedness: Positive",
|
62 |
+
"48": "607 - Multiculturalism: Positive",
|
63 |
+
"49": "608 - Multiculturalism: Negative",
|
64 |
+
"50": "701 - Labour Groups: Positive",
|
65 |
+
"51": "702 - Labour Groups: Negative",
|
66 |
+
"52": "703 - Agriculture and Farmers: Positive",
|
67 |
+
"53": "704 - Middle Class and Professional Groups",
|
68 |
+
"54": "705 - Underprivileged Minority Groups",
|
69 |
+
"55": "706 - Non-economic Demographic Groups"
|
70 |
+
},
|
71 |
+
"initializer_range": 0.02,
|
72 |
+
"intermediate_size": 4096,
|
73 |
+
"label2id": {
|
74 |
+
"101 - Foreign Special Relationships: Positive": 0,
|
75 |
+
"102 - Foreign Special Relationships: Negative": 1,
|
76 |
+
"201 - Freedom and Human Rights": 10,
|
77 |
+
"202 - Democracy": 11,
|
78 |
+
"203 - Constitutionalism: Positive": 12,
|
79 |
+
"204 - Constitutionalism: Negative": 13,
|
80 |
+
"301 - Federalism": 14,
|
81 |
+
"302 - Centralisation": 15,
|
82 |
+
"303 - Governmental and Administrative Efficiency": 16,
|
83 |
+
"304 - Political Corruption": 17,
|
84 |
+
"305 - Political Authority": 18,
|
85 |
+
"401 - Free Market Economy": 19,
|
86 |
+
"103 - Anti-Imperialism": 2,
|
87 |
+
"402 - Incentives": 20,
|
88 |
+
"403 - Market Regulation": 21,
|
89 |
+
"404 - Economic Planning": 22,
|
90 |
+
"405 - Corporatism/ Mixed Economy": 23,
|
91 |
+
"406 - Protectionism: Positive": 24,
|
92 |
+
"407 - Protectionism: Negative": 25,
|
93 |
+
"408 - Economic Goals": 26,
|
94 |
+
"409 - Keynesian Demand Management": 27,
|
95 |
+
"410 - Economic Growth: Positive": 28,
|
96 |
+
"411 - Technology and Infrastructure": 29,
|
97 |
+
"104 - Military: Positive": 3,
|
98 |
+
"412 - Controlled Economy": 30,
|
99 |
+
"413 - Nationalisation": 31,
|
100 |
+
"414 - Economic Orthodoxy": 32,
|
101 |
+
"415 - Marxist Analysis: Positive": 33,
|
102 |
+
"416 - Anti-Growth Economy: Positive": 34,
|
103 |
+
"501 - Environmental Protection: Positive": 35,
|
104 |
+
"502 - Culture: Positive": 36,
|
105 |
+
"503 - Equality: Positive": 37,
|
106 |
+
"504 - Welfare State Expansion": 38,
|
107 |
+
"505 - Welfare State Limitation": 39,
|
108 |
+
"105 - Military: Negative": 4,
|
109 |
+
"506 - Education Expansion": 40,
|
110 |
+
"507 - Education Limitation": 41,
|
111 |
+
"601 - National Way of Life: Positive": 42,
|
112 |
+
"602 - National Way of Life: Negative": 43,
|
113 |
+
"603 - Traditional Morality: Positive": 44,
|
114 |
+
"604 - Traditional Morality: Negative": 45,
|
115 |
+
"605 - Law and Order: Positive": 46,
|
116 |
+
"606 - Civic Mindedness: Positive": 47,
|
117 |
+
"607 - Multiculturalism: Positive": 48,
|
118 |
+
"608 - Multiculturalism: Negative": 49,
|
119 |
+
"106 - Peace": 5,
|
120 |
+
"701 - Labour Groups: Positive": 50,
|
121 |
+
"702 - Labour Groups: Negative": 51,
|
122 |
+
"703 - Agriculture and Farmers: Positive": 52,
|
123 |
+
"704 - Middle Class and Professional Groups": 53,
|
124 |
+
"705 - Underprivileged Minority Groups": 54,
|
125 |
+
"706 - Non-economic Demographic Groups": 55,
|
126 |
+
"107 - Internationalism: Positive": 6,
|
127 |
+
"108 - European Community/Union: Positive": 7,
|
128 |
+
"109 - Internationalism: Negative": 8,
|
129 |
+
"110 - European Community/Union: Negative": 9
|
130 |
+
},
|
131 |
+
"layer_norm_eps": 1e-05,
|
132 |
+
"max_position_embeddings": 514,
|
133 |
+
"model_type": "xlm-roberta",
|
134 |
+
"num_attention_heads": 16,
|
135 |
+
"num_hidden_layers": 24,
|
136 |
+
"output_past": true,
|
137 |
+
"pad_token_id": 1,
|
138 |
+
"position_embedding_type": "absolute",
|
139 |
+
"problem_type": "single_label_classification",
|
140 |
+
"torch_dtype": "float32",
|
141 |
+
"transformers_version": "4.33.2",
|
142 |
+
"type_vocab_size": 1,
|
143 |
+
"use_cache": true,
|
144 |
+
"vocab_size": 250002
|
145 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc2f1ab6cbe70afa622f19e2feb559ca04214a52fe0181a8367726931126b00d
|
3 |
+
size 2239931317
|
special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c24cdc13d4c9952d63718d6c9fa4c287974249e16b7ade6d5a85e7bbb75626
|
3 |
+
size 17082660
|
tokenizer_config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"cls_token": "<s>",
|
5 |
+
"eos_token": "</s>",
|
6 |
+
"mask_token": {
|
7 |
+
"__type": "AddedToken",
|
8 |
+
"content": "<mask>",
|
9 |
+
"lstrip": true,
|
10 |
+
"normalized": true,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"model_max_length": 512,
|
15 |
+
"pad_token": "<pad>",
|
16 |
+
"sep_token": "</s>",
|
17 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
18 |
+
"unk_token": "<unk>"
|
19 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baf7d8839e7b8660e0d4e966fec4968bf5f104f0313208bb0d5f8eb0f4098cd3
|
3 |
+
size 4027
|