VictorYeste commited on
Commit
4284792
·
verified ·
1 Parent(s): fb239b7

Upload 9 files

Browse files
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
1
+ # DeBERTa-v3 Multi-label Model
2
+
3
+ - Base model: `microsoft/deberta-v3-base`
4
+ - Task: `multi_label_classification`
5
+ - Labels: `19`
6
+ - Context: `doc`
7
+ - RAG: `True`
8
+ - RAG top_k: `2`
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": null,
7
+ "dtype": "float32",
8
+ "eos_token_id": null,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Self-direction: thought",
14
+ "1": "Self-direction: action",
15
+ "2": "Stimulation",
16
+ "3": "Hedonism",
17
+ "4": "Achievement",
18
+ "5": "Power: dominance",
19
+ "6": "Power: resources",
20
+ "7": "Face",
21
+ "8": "Security: personal",
22
+ "9": "Security: societal",
23
+ "10": "Tradition",
24
+ "11": "Conformity: rules",
25
+ "12": "Conformity: interpersonal",
26
+ "13": "Humility",
27
+ "14": "Benevolence: caring",
28
+ "15": "Benevolence: dependability",
29
+ "16": "Universalism: concern",
30
+ "17": "Universalism: nature",
31
+ "18": "Universalism: tolerance"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "Achievement": 4,
37
+ "Benevolence: caring": 14,
38
+ "Benevolence: dependability": 15,
39
+ "Conformity: interpersonal": 12,
40
+ "Conformity: rules": 11,
41
+ "Face": 7,
42
+ "Hedonism": 3,
43
+ "Humility": 13,
44
+ "Power: dominance": 5,
45
+ "Power: resources": 6,
46
+ "Security: personal": 8,
47
+ "Security: societal": 9,
48
+ "Self-direction: action": 1,
49
+ "Self-direction: thought": 0,
50
+ "Stimulation": 2,
51
+ "Tradition": 10,
52
+ "Universalism: concern": 16,
53
+ "Universalism: nature": 17,
54
+ "Universalism: tolerance": 18
55
+ },
56
+ "layer_norm_eps": 1e-07,
57
+ "legacy": true,
58
+ "max_position_embeddings": 512,
59
+ "max_relative_positions": -1,
60
+ "model_type": "deberta-v2",
61
+ "norm_rel_ebd": "layer_norm",
62
+ "num_attention_heads": 12,
63
+ "num_hidden_layers": 12,
64
+ "pad_token_id": 0,
65
+ "pooler_dropout": 0,
66
+ "pooler_hidden_act": "gelu",
67
+ "pooler_hidden_size": 768,
68
+ "pos_att_type": [
69
+ "p2c",
70
+ "c2p"
71
+ ],
72
+ "position_biased_input": false,
73
+ "position_buckets": 256,
74
+ "problem_type": "multi_label_classification",
75
+ "relative_attention": true,
76
+ "share_att_key": true,
77
+ "tie_word_embeddings": true,
78
+ "transformers_version": "5.2.0",
79
+ "type_vocab_size": 0,
80
+ "vocab_size": 128100
81
+ }
label_names.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ "Self-direction: thought",
3
+ "Self-direction: action",
4
+ "Stimulation",
5
+ "Hedonism",
6
+ "Achievement",
7
+ "Power: dominance",
8
+ "Power: resources",
9
+ "Face",
10
+ "Security: personal",
11
+ "Security: societal",
12
+ "Tradition",
13
+ "Conformity: rules",
14
+ "Conformity: interpersonal",
15
+ "Humility",
16
+ "Benevolence: caring",
17
+ "Benevolence: dependability",
18
+ "Universalism: concern",
19
+ "Universalism: nature",
20
+ "Universalism: tolerance"
21
+ ]
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a8e249aa2dbc57f3b4cec33bdbd699b6dcf50bac7aa9b33401b360ce20925b
3
+ size 737771548
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "eos_token": "[SEP]",
4
+ "unk_token": "[UNK]",
5
+ "sep_token": "[SEP]",
6
+ "pad_token": "[PAD]",
7
+ "cls_token": "[CLS]",
8
+ "mask_token": "[MASK]"
9
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "backend": "tokenizers",
4
+ "bos_token": "[CLS]",
5
+ "cls_token": "[CLS]",
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "extra_special_tokens": [
9
+ "[PAD]",
10
+ "[CLS]",
11
+ "[SEP]"
12
+ ],
13
+ "is_local": false,
14
+ "mask_token": "[MASK]",
15
+ "model_max_length": 1000000000000000019884624838656,
16
+ "pad_token": "[PAD]",
17
+ "sep_token": "[SEP]",
18
+ "split_by_punct": false,
19
+ "tokenizer_class": "DebertaV2Tokenizer",
20
+ "unk_id": 3,
21
+ "unk_token": "[UNK]",
22
+ "vocab_type": "spm"
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c22b681fecddb502874221f789fecc56b4065f4d84fa72c06cd3e205382d060
3
+ size 1617