sara-nabhani commited on
Commit
433519d
·
1 Parent(s): b44da2c

Upload 8 files

Browse files
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-large",
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": 1024,
13
+ "id2label": {
14
+ "0": "Tradition",
15
+ "1": "Universalism: objectivity",
16
+ "2": "Security: societal",
17
+ "3": "Universalism: nature",
18
+ "4": "Conformity: rules",
19
+ "5": "Benevolence: caring",
20
+ "6": "Benevolence: dependability",
21
+ "7": "Humility",
22
+ "8": "Hedonism",
23
+ "9": "Power: resources",
24
+ "10": "Universalism: concern",
25
+ "11": "Universalism: tolerance",
26
+ "12": "Achievement",
27
+ "13": "Stimulation",
28
+ "14": "Face",
29
+ "15": "Security: personal",
30
+ "16": "Self-direction: thought",
31
+ "17": "Conformity: interpersonal",
32
+ "18": "Power: dominance",
33
+ "19": "Self-direction: action"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 4096,
37
+ "label2id": {
38
+ "Achievement": 12,
39
+ "Benevolence: caring": 5,
40
+ "Benevolence: dependability": 6,
41
+ "Conformity: interpersonal": 17,
42
+ "Conformity: rules": 4,
43
+ "Face": 14,
44
+ "Hedonism": 8,
45
+ "Humility": 7,
46
+ "Power: dominance": 18,
47
+ "Power: resources": 9,
48
+ "Security: personal": 15,
49
+ "Security: societal": 2,
50
+ "Self-direction: action": 19,
51
+ "Self-direction: thought": 16,
52
+ "Stimulation": 13,
53
+ "Tradition": 0,
54
+ "Universalism: concern": 10,
55
+ "Universalism: nature": 3,
56
+ "Universalism: objectivity": 1,
57
+ "Universalism: tolerance": 11
58
+ },
59
+ "layer_norm_eps": 1e-05,
60
+ "max_position_embeddings": 514,
61
+ "model_type": "roberta",
62
+ "num_attention_heads": 16,
63
+ "num_hidden_layers": 24,
64
+ "pad_token_id": 1,
65
+ "position_embedding_type": "absolute",
66
+ "problem_type": "multi_label_classification",
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.29.2",
69
+ "type_vocab_size": 1,
70
+ "use_cache": true,
71
+ "vocab_size": 50265
72
+ }
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:fe5001108de0607304e086bbe39ef98e9d01ca299341ea7294a3579b17712217
3
+ size 1421660981
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
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "mask_token": "<mask>",
9
+ "model_max_length": 512,
10
+ "pad_token": "<pad>",
11
+ "sep_token": "</s>",
12
+ "tokenizer_class": "RobertaTokenizer",
13
+ "trim_offsets": true,
14
+ "unk_token": "<unk>"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75bf11cac571edb0c83aeed873e35e087b4d1d0987ae09e5b2bc4b5d3ce3e0a
3
+ size 4155
vocab.json ADDED
The diff for this file is too large to render. See raw diff