saiteki-kai commited on
Commit
1d1fd6c
·
verified ·
1 Parent(s): 43fc15b

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "cls_dropout": 0.24095069480613146,
7
+ "finetuning_task": "text-classification",
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "id2label": {
12
+ "0": "animal_abuse",
13
+ "1": "child_abuse",
14
+ "2": "controversial_topics,politics",
15
+ "3": "discrimination,stereotype,injustice",
16
+ "4": "drug_abuse,weapons,banned_substance",
17
+ "5": "financial_crime,property_crime,theft",
18
+ "6": "hate_speech,offensive_language",
19
+ "7": "misinformation_regarding_ethics,laws_and_safety",
20
+ "8": "non_violent_unethical_behavior",
21
+ "9": "privacy_violation",
22
+ "10": "self_harm",
23
+ "11": "sexually_explicit,adult_content",
24
+ "12": "terrorism,organized_crime",
25
+ "13": "violence,aiding_and_abetting,incitement"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 4096,
29
+ "label2id": {
30
+ "animal_abuse": 0,
31
+ "child_abuse": 1,
32
+ "controversial_topics,politics": 2,
33
+ "discrimination,stereotype,injustice": 3,
34
+ "drug_abuse,weapons,banned_substance": 4,
35
+ "financial_crime,property_crime,theft": 5,
36
+ "hate_speech,offensive_language": 6,
37
+ "misinformation_regarding_ethics,laws_and_safety": 7,
38
+ "non_violent_unethical_behavior": 8,
39
+ "privacy_violation": 9,
40
+ "self_harm": 10,
41
+ "sexually_explicit,adult_content": 11,
42
+ "terrorism,organized_crime": 12,
43
+ "violence,aiding_and_abetting,incitement": 13
44
+ },
45
+ "layer_norm_eps": 1e-07,
46
+ "legacy": true,
47
+ "max_position_embeddings": 512,
48
+ "max_relative_positions": -1,
49
+ "model_type": "deberta-v2",
50
+ "norm_rel_ebd": "layer_norm",
51
+ "num_attention_heads": 16,
52
+ "num_hidden_layers": 24,
53
+ "pad_token_id": 0,
54
+ "pooler_dropout": 0,
55
+ "pooler_hidden_act": "gelu",
56
+ "pooler_hidden_size": 1024,
57
+ "pos_att_type": [
58
+ "p2c",
59
+ "c2p"
60
+ ],
61
+ "position_biased_input": false,
62
+ "position_buckets": 256,
63
+ "problem_type": "multi_label_classification",
64
+ "relative_attention": true,
65
+ "share_att_key": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.51.3",
68
+ "type_vocab_size": 0,
69
+ "vocab_size": 128100
70
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d12c200a58af16b6899784b19aeede0c9752ac646a59ee740ead76d607802d
3
+ size 1740353648
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
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,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "padding_side": "right",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "tokenizer_class": "DebertaV2Tokenizer",
58
+ "unk_token": "[UNK]",
59
+ "vocab_type": "spm"
60
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e7148537af780e2d8725c1127728618be003bb4afe8809dd32d1784f07bd1dd
3
+ size 5841