alexeyak commited on
Commit
aecadb9
1 Parent(s): dd25fd7

Training in progress, step 2051

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
3
+ "architectures": [
4
+ "DebertaV2ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-PER",
13
+ "2": "I-PER",
14
+ "3": "B-ORG",
15
+ "4": "I-ORG",
16
+ "5": "B-LOC",
17
+ "6": "I-LOC",
18
+ "7": "B-ANIM",
19
+ "8": "I-ANIM",
20
+ "9": "B-BIO",
21
+ "10": "I-BIO",
22
+ "11": "B-CEL",
23
+ "12": "I-CEL",
24
+ "13": "B-DIS",
25
+ "14": "I-DIS",
26
+ "15": "B-EVE",
27
+ "16": "I-EVE",
28
+ "17": "B-FOOD",
29
+ "18": "I-FOOD",
30
+ "19": "B-INST",
31
+ "20": "I-INST",
32
+ "21": "B-MEDIA",
33
+ "22": "I-MEDIA",
34
+ "23": "B-MYTH",
35
+ "24": "I-MYTH",
36
+ "25": "B-PLANT",
37
+ "26": "I-PLANT",
38
+ "27": "B-TIME",
39
+ "28": "I-TIME",
40
+ "29": "B-VEHI",
41
+ "30": "I-VEHI"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 3072,
45
+ "label2id": {
46
+ "B-ANIM": 7,
47
+ "B-BIO": 9,
48
+ "B-CEL": 11,
49
+ "B-DIS": 13,
50
+ "B-EVE": 15,
51
+ "B-FOOD": 17,
52
+ "B-INST": 19,
53
+ "B-LOC": 5,
54
+ "B-MEDIA": 21,
55
+ "B-MYTH": 23,
56
+ "B-ORG": 3,
57
+ "B-PER": 1,
58
+ "B-PLANT": 25,
59
+ "B-TIME": 27,
60
+ "B-VEHI": 29,
61
+ "I-ANIM": 8,
62
+ "I-BIO": 10,
63
+ "I-CEL": 12,
64
+ "I-DIS": 14,
65
+ "I-EVE": 16,
66
+ "I-FOOD": 18,
67
+ "I-INST": 20,
68
+ "I-LOC": 6,
69
+ "I-MEDIA": 22,
70
+ "I-MYTH": 24,
71
+ "I-ORG": 4,
72
+ "I-PER": 2,
73
+ "I-PLANT": 26,
74
+ "I-TIME": 28,
75
+ "I-VEHI": 30,
76
+ "O": 0
77
+ },
78
+ "layer_norm_eps": 1e-07,
79
+ "max_position_embeddings": 512,
80
+ "max_relative_positions": -1,
81
+ "model_type": "deberta-v2",
82
+ "norm_rel_ebd": "layer_norm",
83
+ "num_attention_heads": 12,
84
+ "num_hidden_layers": 12,
85
+ "pad_token_id": 0,
86
+ "pooler_dropout": 0,
87
+ "pooler_hidden_act": "gelu",
88
+ "pooler_hidden_size": 768,
89
+ "pos_att_type": [
90
+ "p2c",
91
+ "c2p"
92
+ ],
93
+ "position_biased_input": false,
94
+ "position_buckets": 256,
95
+ "relative_attention": true,
96
+ "share_att_key": true,
97
+ "torch_dtype": "float32",
98
+ "transformers_version": "4.35.2",
99
+ "type_vocab_size": 0,
100
+ "vocab_size": 128100
101
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36195dc18926e3f82f2956e08941821741f09c522104b1f1aca5bab62cf01ff5
3
+ size 735445940
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "sp_model_kwargs": {},
54
+ "split_by_punct": false,
55
+ "tokenizer_class": "DebertaV2Tokenizer",
56
+ "unk_token": "[UNK]",
57
+ "vocab_type": "spm"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02826b8e72ef852c1744447c9df0dbedab0e1f1b78a84fdf0e60ec3b2f494c1a
3
+ size 4536