pheinisch commited on
Commit
bb57751
1 Parent(s): d5b458a

Upload rame_recall_llm for argument frame identification

Browse files
Files changed (2) hide show
  1. config.json +61 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "models\\framing\\all_data_arguments\\RoBERTa-base\\RoBERTa-standard\\_best_model",
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": "economic",
15
+ "1": "capacity and resources",
16
+ "2": "morality",
17
+ "3": "fairness and equality",
18
+ "4": "legality, constitutionality and jurisprudence",
19
+ "5": "policy prescription and evaluation",
20
+ "6": "crime and punishment",
21
+ "7": "security and defense",
22
+ "8": "health and safety",
23
+ "9": "quality of life",
24
+ "10": "cultural identity",
25
+ "11": "public opinion",
26
+ "12": "political",
27
+ "13": "external regulation and reputation"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "LABEL_0": 0,
33
+ "LABEL_1": 1,
34
+ "LABEL_10": 10,
35
+ "LABEL_11": 11,
36
+ "LABEL_12": 12,
37
+ "LABEL_13": 13,
38
+ "LABEL_14": 14,
39
+ "LABEL_2": 2,
40
+ "LABEL_3": 3,
41
+ "LABEL_4": 4,
42
+ "LABEL_5": 5,
43
+ "LABEL_6": 6,
44
+ "LABEL_7": 7,
45
+ "LABEL_8": 8,
46
+ "LABEL_9": 9
47
+ },
48
+ "layer_norm_eps": 1e-05,
49
+ "max_position_embeddings": 514,
50
+ "model_type": "roberta",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 1,
54
+ "position_embedding_type": "absolute",
55
+ "problem_type": "multi_label_classification",
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.33.1",
58
+ "type_vocab_size": 1,
59
+ "use_cache": true,
60
+ "vocab_size": 50265
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8736419534bdecfdec81afb481e789c3ca5ee40d027e85f8400541cb20e941
3
+ size 498695278