niksmer commited on
Commit
4842902
1 Parent(s): d4d2f91

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
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": 768,
13
+ "id2label": {
14
+ "0": "Foreign Special Relationships: Positive",
15
+ "1": "Foreign Special Relationships: Negative",
16
+ "10": "Freedom and Human Rights",
17
+ "11": "Democracy",
18
+ "12": "Constitutionalism: Positive",
19
+ "13": "Constitutionalism: Negative",
20
+ "14": "Decentralisation: Positive",
21
+ "15": "Centralisation: Positive",
22
+ "16": "Governmental and Administrative Efficiency",
23
+ "17": "Political Corruption",
24
+ "18": "Political Authority",
25
+ "19": "Free Market Economy",
26
+ "2": "Anti-Imperialism",
27
+ "20": "Incentives: Positive",
28
+ "21": "Market Regulation",
29
+ "22": "Economic Planning",
30
+ "23": "Corporatism/ Mixed Economy",
31
+ "24": "Protectionism: Positive",
32
+ "25": "Protectionism: Negative",
33
+ "26": "Economic Goals",
34
+ "27": "Keynesian Demand Management",
35
+ "28": "Economic Growth: Positive",
36
+ "29": "Technology and Infrastructure: Positive",
37
+ "3": "Military: Positive",
38
+ "30": "Controlled Economy",
39
+ "31": "Nationalisation",
40
+ "32": "Economic Orthodoxy",
41
+ "33": "Marxist Analysis: Positive",
42
+ "34": "Anti-Growth Economy and Sustainability",
43
+ "35": "Environmental Protection",
44
+ "36": "Culture: Positive",
45
+ "37": "Equality: Positive",
46
+ "38": "Welfare State Expansion",
47
+ "39": "Welfare State Limitation",
48
+ "4": "Military: Negative",
49
+ "40": "Education Expansion",
50
+ "41": "Education Limitation",
51
+ "42": "National Way of Life: Positive",
52
+ "43": "National Way of Life: Negative",
53
+ "44": "Traditional Morality: Positive",
54
+ "45": "Traditional Morality: Negative",
55
+ "46": "Law and Order",
56
+ "47": "Civic Mindedness: Positive",
57
+ "48": "Multiculturalism: Positive",
58
+ "49": "Multiculturalism: Negative",
59
+ "5": "Peace",
60
+ "50": "Labour Groups: Positive",
61
+ "51": "Labour Groups: Negative",
62
+ "52": "Agriculture and Farmers",
63
+ "53": "Middle Class and Professional Groups",
64
+ "54": "Underprivileged Minority Groups",
65
+ "55": "Non-economic Demographic Groups",
66
+ "6": "Internationalism: Positive",
67
+ "7": "European Community/Union or Latin America Integration: Positive",
68
+ "8": "Internationalism: Negative",
69
+ "9": "European Community/Union or Latin America Integration: Negative"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 3072,
73
+ "label2id": {
74
+ "Agriculture and Farmers": 52,
75
+ "Anti-Growth Economy and Sustainability": 34,
76
+ "Anti-Imperialism": 2,
77
+ "Centralisation: Positive": 15,
78
+ "Civic Mindedness: Positive": 47,
79
+ "Constitutionalism: Negative": 13,
80
+ "Constitutionalism: Positive": 12,
81
+ "Controlled Economy": 30,
82
+ "Corporatism/ Mixed Economy": 23,
83
+ "Culture: Positive": 36,
84
+ "Decentralisation: Positive": 14,
85
+ "Democracy": 11,
86
+ "Economic Goals": 26,
87
+ "Economic Growth: Positive": 28,
88
+ "Economic Orthodoxy": 32,
89
+ "Economic Planning": 22,
90
+ "Education Expansion": 40,
91
+ "Education Limitation": 41,
92
+ "Environmental Protection": 35,
93
+ "Equality: Positive": 37,
94
+ "European Community/Union or Latin America Integration: Negative": 9,
95
+ "European Community/Union or Latin America Integration: Positive": 7,
96
+ "Foreign Special Relationships: Negative": 1,
97
+ "Foreign Special Relationships: Positive": 0,
98
+ "Free Market Economy": 19,
99
+ "Freedom and Human Rights": 10,
100
+ "Governmental and Administrative Efficiency": 16,
101
+ "Incentives: Positive": 20,
102
+ "Internationalism: Negative": 8,
103
+ "Internationalism: Positive": 6,
104
+ "Keynesian Demand Management": 27,
105
+ "Labour Groups: Negative": 51,
106
+ "Labour Groups: Positive": 50,
107
+ "Law and Order": 46,
108
+ "Market Regulation": 21,
109
+ "Marxist Analysis: Positive": 33,
110
+ "Middle Class and Professional Groups": 53,
111
+ "Military: Negative": 4,
112
+ "Military: Positive": 3,
113
+ "Multiculturalism: Negative": 49,
114
+ "Multiculturalism: Positive": 48,
115
+ "National Way of Life: Negative": 43,
116
+ "National Way of Life: Positive": 42,
117
+ "Nationalisation": 31,
118
+ "Non-economic Demographic Groups": 55,
119
+ "Peace": 5,
120
+ "Political Authority": 18,
121
+ "Political Corruption": 17,
122
+ "Protectionism: Negative": 25,
123
+ "Protectionism: Positive": 24,
124
+ "Technology and Infrastructure: Positive": 29,
125
+ "Traditional Morality: Negative": 45,
126
+ "Traditional Morality: Positive": 44,
127
+ "Underprivileged Minority Groups": 54,
128
+ "Welfare State Expansion": 38,
129
+ "Welfare State Limitation": 39
130
+ },
131
+ "layer_norm_eps": 1e-05,
132
+ "max_position_embeddings": 514,
133
+ "model_type": "roberta",
134
+ "num_attention_heads": 12,
135
+ "num_hidden_layers": 12,
136
+ "pad_token_id": 1,
137
+ "position_embedding_type": "absolute",
138
+ "problem_type": "single_label_classification",
139
+ "torch_dtype": "float32",
140
+ "transformers_version": "4.16.2",
141
+ "type_vocab_size": 1,
142
+ "use_cache": true,
143
+ "vocab_size": 50265
144
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d4791335c11d2435416416201e6dda03ad8598a4a092d9ef80274e4c8b0a95
3
+ size 498840173
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": "/home/ubuntu/.cache/huggingface/transformers/d53fc0fa09b8342651efd4073d75e19617b3e51287c2a535becda5808a8db287.fc9576039592f026ad76a1c231b89aee8668488c671dfbe6616bab2ed298d730", "name_or_path": "roberta-base", "tokenizer_class": "RobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f763a38d9c070e37bba9b15f1847a2ae3b1065bf756e78c86eb6fcbc8098e4b5
3
+ size 2991
vocab.json ADDED
The diff for this file is too large to render. See raw diff