Upload RobertaForSequenceClassification
Browse files- config.json +47 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilroberta-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": "\"'2 discrediting the opponent - absurdity appeal'\"",
|
15 |
+
"1": "\"'2 discrediting the opponent - demonization'\"",
|
16 |
+
"2": "\"'2 discrediting the opponent - doubt'\"",
|
17 |
+
"3": "\"'2 discrediting the opponent - fear appeals (destructive)'\"",
|
18 |
+
"4": "\"'2 discrediting the opponent - name calling'\"",
|
19 |
+
"5": "\"'2 discrediting the opponent - propaganda slinging'\"",
|
20 |
+
"6": "\"'2 discrediting the opponent - scapegoating'\"",
|
21 |
+
"7": "\"'2 discrediting the opponent - undiplomatic assertiveness/whataboutism'\""
|
22 |
+
},
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"label2id": {
|
26 |
+
"\"'2 discrediting the opponent - absurdity appeal'\"": 0,
|
27 |
+
"\"'2 discrediting the opponent - demonization'\"": 1,
|
28 |
+
"\"'2 discrediting the opponent - doubt'\"": 2,
|
29 |
+
"\"'2 discrediting the opponent - fear appeals (destructive)'\"": 3,
|
30 |
+
"\"'2 discrediting the opponent - name calling'\"": 4,
|
31 |
+
"\"'2 discrediting the opponent - propaganda slinging'\"": 5,
|
32 |
+
"\"'2 discrediting the opponent - scapegoating'\"": 6,
|
33 |
+
"\"'2 discrediting the opponent - undiplomatic assertiveness/whataboutism'\"": 7
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-05,
|
36 |
+
"max_position_embeddings": 514,
|
37 |
+
"model_type": "roberta",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_hidden_layers": 6,
|
40 |
+
"pad_token_id": 1,
|
41 |
+
"position_embedding_type": "absolute",
|
42 |
+
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.28.1",
|
44 |
+
"type_vocab_size": 1,
|
45 |
+
"use_cache": true,
|
46 |
+
"vocab_size": 50265
|
47 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65b9ff404bdfc9f37d1107ca40bf0de68b682429e6a36df1c9328e5a0720d61c
|
3 |
+
size 328538357
|