PuxAI commited on
Commit
7144ffd
·
verified ·
1 Parent(s): 2c134ae

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -37,3 +37,5 @@ Monolingual-EN/SpanBased-DeBERTa/checkpoint-4894/tokenizer.json filter=lfs diff=
37
  Monolingual-EN/SpanBased-DeBERTa/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  Monolingual-DE/SpanBased-DeBERTa/checkpoint-5942/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  Monolingual-DE/SpanBased-DeBERTa/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
37
  Monolingual-EN/SpanBased-DeBERTa/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  Monolingual-DE/SpanBased-DeBERTa/checkpoint-5942/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  Monolingual-DE/SpanBased-DeBERTa/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ Monolingual-IT/SpanBased-DeBERTa/tokenizer.json filter=lfs diff=lfs merge=lfs -text
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/config.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaAdvancedSpanClassifier"
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": "O",
14
+ "1": "ACCOUNTNAME",
15
+ "2": "ACCOUNTNUMBER",
16
+ "3": "AGE",
17
+ "4": "AMOUNT",
18
+ "5": "BIC",
19
+ "6": "BITCOINADDRESS",
20
+ "7": "BUILDINGNUMBER",
21
+ "8": "CITY",
22
+ "9": "COMPANYNAME",
23
+ "10": "COUNTY",
24
+ "11": "CREDITCARDCVV",
25
+ "12": "CREDITCARDISSUER",
26
+ "13": "CREDITCARDNUMBER",
27
+ "14": "CURRENCY",
28
+ "15": "CURRENCYCODE",
29
+ "16": "CURRENCYNAME",
30
+ "17": "CURRENCYSYMBOL",
31
+ "18": "DATE",
32
+ "19": "DOB",
33
+ "20": "EMAIL",
34
+ "21": "ETHEREUMADDRESS",
35
+ "22": "EYECOLOR",
36
+ "23": "FIRSTNAME",
37
+ "24": "GENDER",
38
+ "25": "HEIGHT",
39
+ "26": "IBAN",
40
+ "27": "IP",
41
+ "28": "IPV4",
42
+ "29": "IPV6",
43
+ "30": "JOBAREA",
44
+ "31": "JOBTITLE",
45
+ "32": "JOBTYPE",
46
+ "33": "LASTNAME",
47
+ "34": "LITECOINADDRESS",
48
+ "35": "MAC",
49
+ "36": "MASKEDNUMBER",
50
+ "37": "MIDDLENAME",
51
+ "38": "NEARBYGPSCOORDINATE",
52
+ "39": "ORDINALDIRECTION",
53
+ "40": "PASSWORD",
54
+ "41": "PHONEIMEI",
55
+ "42": "PHONENUMBER",
56
+ "43": "PIN",
57
+ "44": "PREFIX",
58
+ "45": "SECONDARYADDRESS",
59
+ "46": "SEX",
60
+ "47": "SSN",
61
+ "48": "STATE",
62
+ "49": "STREET",
63
+ "50": "TIME",
64
+ "51": "URL",
65
+ "52": "USERAGENT",
66
+ "53": "USERNAME",
67
+ "54": "VEHICLEVIN",
68
+ "55": "VEHICLEVRM",
69
+ "56": "ZIPCODE"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 3072,
73
+ "label2id": {
74
+ "ACCOUNTNAME": 1,
75
+ "ACCOUNTNUMBER": 2,
76
+ "AGE": 3,
77
+ "AMOUNT": 4,
78
+ "BIC": 5,
79
+ "BITCOINADDRESS": 6,
80
+ "BUILDINGNUMBER": 7,
81
+ "CITY": 8,
82
+ "COMPANYNAME": 9,
83
+ "COUNTY": 10,
84
+ "CREDITCARDCVV": 11,
85
+ "CREDITCARDISSUER": 12,
86
+ "CREDITCARDNUMBER": 13,
87
+ "CURRENCY": 14,
88
+ "CURRENCYCODE": 15,
89
+ "CURRENCYNAME": 16,
90
+ "CURRENCYSYMBOL": 17,
91
+ "DATE": 18,
92
+ "DOB": 19,
93
+ "EMAIL": 20,
94
+ "ETHEREUMADDRESS": 21,
95
+ "EYECOLOR": 22,
96
+ "FIRSTNAME": 23,
97
+ "GENDER": 24,
98
+ "HEIGHT": 25,
99
+ "IBAN": 26,
100
+ "IP": 27,
101
+ "IPV4": 28,
102
+ "IPV6": 29,
103
+ "JOBAREA": 30,
104
+ "JOBTITLE": 31,
105
+ "JOBTYPE": 32,
106
+ "LASTNAME": 33,
107
+ "LITECOINADDRESS": 34,
108
+ "MAC": 35,
109
+ "MASKEDNUMBER": 36,
110
+ "MIDDLENAME": 37,
111
+ "NEARBYGPSCOORDINATE": 38,
112
+ "O": 0,
113
+ "ORDINALDIRECTION": 39,
114
+ "PASSWORD": 40,
115
+ "PHONEIMEI": 41,
116
+ "PHONENUMBER": 42,
117
+ "PIN": 43,
118
+ "PREFIX": 44,
119
+ "SECONDARYADDRESS": 45,
120
+ "SEX": 46,
121
+ "SSN": 47,
122
+ "STATE": 48,
123
+ "STREET": 49,
124
+ "TIME": 50,
125
+ "URL": 51,
126
+ "USERAGENT": 52,
127
+ "USERNAME": 53,
128
+ "VEHICLEVIN": 54,
129
+ "VEHICLEVRM": 55,
130
+ "ZIPCODE": 56
131
+ },
132
+ "layer_norm_eps": 1e-07,
133
+ "legacy": true,
134
+ "max_position_embeddings": 512,
135
+ "max_relative_positions": -1,
136
+ "model_type": "deberta-v2",
137
+ "norm_rel_ebd": "layer_norm",
138
+ "num_attention_heads": 12,
139
+ "num_hidden_layers": 12,
140
+ "pad_token_id": 0,
141
+ "pooler_dropout": 0,
142
+ "pooler_hidden_act": "gelu",
143
+ "pooler_hidden_size": 768,
144
+ "pos_att_type": [
145
+ "p2c",
146
+ "c2p"
147
+ ],
148
+ "position_biased_input": false,
149
+ "position_buckets": 256,
150
+ "relative_attention": true,
151
+ "share_att_key": true,
152
+ "tie_word_embeddings": true,
153
+ "transformers_version": "5.3.0",
154
+ "type_vocab_size": 0,
155
+ "use_cache": false,
156
+ "vocab_size": 251000
157
+ }
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9703be888a9d552c06de413a049a32d1db1f73d7f62e7a2f258177ed78b8ad3d
3
+ size 1119053244
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1988052b0a887bc010f150c0bfc833b10f7d903f2318c388a7b4fda7df3064b4
3
+ size 2238229899
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05967194049669e578137fa6ed972a11e932ac2e7df285de73c97cf35d01a70d
3
+ size 14645
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:723afcab737f53eb5016fb13646ecdf98b3235d1cdb5ff5dcb6e6c686aa9b06f
3
+ size 1383
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2573fd9acc47c81dc47e213f11f0e8e99ba0d89308916658ce16440bb8aa6e6d
3
+ size 1465
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbe465237b1dd548fe5cdb31bbb2468bece593dedbc71c50e491a422b706ec5
3
+ size 16033331
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/tokenizer_config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "▁<extra_id_99>",
13
+ "▁<extra_id_98>",
14
+ "▁<extra_id_97>",
15
+ "▁<extra_id_96>",
16
+ "▁<extra_id_95>",
17
+ "▁<extra_id_94>",
18
+ "▁<extra_id_93>",
19
+ "▁<extra_id_92>",
20
+ "▁<extra_id_91>",
21
+ "▁<extra_id_90>",
22
+ "▁<extra_id_89>",
23
+ "▁<extra_id_88>",
24
+ "▁<extra_id_87>",
25
+ "▁<extra_id_86>",
26
+ "▁<extra_id_85>",
27
+ "▁<extra_id_84>",
28
+ "▁<extra_id_83>",
29
+ "▁<extra_id_82>",
30
+ "▁<extra_id_81>",
31
+ "▁<extra_id_80>",
32
+ "▁<extra_id_79>",
33
+ "▁<extra_id_78>",
34
+ "▁<extra_id_77>",
35
+ "▁<extra_id_76>",
36
+ "▁<extra_id_75>",
37
+ "▁<extra_id_74>",
38
+ "▁<extra_id_73>",
39
+ "▁<extra_id_72>",
40
+ "▁<extra_id_71>",
41
+ "▁<extra_id_70>",
42
+ "▁<extra_id_69>",
43
+ "▁<extra_id_68>",
44
+ "▁<extra_id_67>",
45
+ "▁<extra_id_66>",
46
+ "▁<extra_id_65>",
47
+ "▁<extra_id_64>",
48
+ "▁<extra_id_63>",
49
+ "▁<extra_id_62>",
50
+ "▁<extra_id_61>",
51
+ "▁<extra_id_60>",
52
+ "▁<extra_id_59>",
53
+ "▁<extra_id_58>",
54
+ "▁<extra_id_57>",
55
+ "▁<extra_id_56>",
56
+ "▁<extra_id_55>",
57
+ "▁<extra_id_54>",
58
+ "▁<extra_id_53>",
59
+ "▁<extra_id_52>",
60
+ "▁<extra_id_51>",
61
+ "▁<extra_id_50>",
62
+ "▁<extra_id_49>",
63
+ "▁<extra_id_48>",
64
+ "▁<extra_id_47>",
65
+ "▁<extra_id_46>",
66
+ "▁<extra_id_45>",
67
+ "▁<extra_id_44>",
68
+ "▁<extra_id_43>",
69
+ "▁<extra_id_42>",
70
+ "▁<extra_id_41>",
71
+ "▁<extra_id_40>",
72
+ "▁<extra_id_39>",
73
+ "▁<extra_id_38>",
74
+ "▁<extra_id_37>",
75
+ "▁<extra_id_36>",
76
+ "▁<extra_id_35>",
77
+ "▁<extra_id_34>",
78
+ "▁<extra_id_33>",
79
+ "▁<extra_id_32>",
80
+ "▁<extra_id_31>",
81
+ "▁<extra_id_30>",
82
+ "▁<extra_id_29>",
83
+ "▁<extra_id_28>",
84
+ "▁<extra_id_27>",
85
+ "▁<extra_id_26>",
86
+ "▁<extra_id_25>",
87
+ "▁<extra_id_24>",
88
+ "▁<extra_id_23>",
89
+ "▁<extra_id_22>",
90
+ "▁<extra_id_21>",
91
+ "▁<extra_id_20>",
92
+ "▁<extra_id_19>",
93
+ "▁<extra_id_18>",
94
+ "▁<extra_id_17>",
95
+ "▁<extra_id_16>",
96
+ "▁<extra_id_15>",
97
+ "▁<extra_id_14>",
98
+ "▁<extra_id_13>",
99
+ "▁<extra_id_12>",
100
+ "▁<extra_id_11>",
101
+ "▁<extra_id_10>",
102
+ "▁<extra_id_9>",
103
+ "▁<extra_id_8>",
104
+ "▁<extra_id_7>",
105
+ "▁<extra_id_6>",
106
+ "▁<extra_id_5>",
107
+ "▁<extra_id_4>",
108
+ "▁<extra_id_3>",
109
+ "▁<extra_id_2>",
110
+ "▁<extra_id_1>",
111
+ "▁<extra_id_0>"
112
+ ],
113
+ "is_local": false,
114
+ "mask_token": "[MASK]",
115
+ "model_max_length": 1000000000000000019884624838656,
116
+ "pad_token": "[PAD]",
117
+ "sep_token": "[SEP]",
118
+ "split_by_punct": false,
119
+ "tokenizer_class": "DebertaV2Tokenizer",
120
+ "unk_id": 3,
121
+ "unk_token": "[UNK]",
122
+ "vocab_type": "spm"
123
+ }
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/trainer_state.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 5736,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.17433751743375175,
14
+ "grad_norm": 0.0114408228546381,
15
+ "learning_rate": 1.8260111576011157e-05,
16
+ "loss": 0.010837201118469239,
17
+ "step": 500
18
+ },
19
+ {
20
+ "epoch": 0.3486750348675035,
21
+ "grad_norm": 0.015152543783187866,
22
+ "learning_rate": 1.651673640167364e-05,
23
+ "loss": 0.004840702056884766,
24
+ "step": 1000
25
+ },
26
+ {
27
+ "epoch": 0.5230125523012552,
28
+ "grad_norm": 0.011428995989263058,
29
+ "learning_rate": 1.4773361227336125e-05,
30
+ "loss": 0.0025784409046173094,
31
+ "step": 1500
32
+ },
33
+ {
34
+ "epoch": 0.697350069735007,
35
+ "grad_norm": 0.012941485270857811,
36
+ "learning_rate": 1.3029986052998607e-05,
37
+ "loss": 0.001399501085281372,
38
+ "step": 2000
39
+ },
40
+ {
41
+ "epoch": 0.8716875871687587,
42
+ "grad_norm": 0.014005572535097599,
43
+ "learning_rate": 1.1286610878661088e-05,
44
+ "loss": 0.0009080646634101868,
45
+ "step": 2500
46
+ },
47
+ {
48
+ "epoch": 1.0460251046025104,
49
+ "grad_norm": 0.006243484560400248,
50
+ "learning_rate": 9.543235704323572e-06,
51
+ "loss": 0.0007162792086601257,
52
+ "step": 3000
53
+ },
54
+ {
55
+ "epoch": 1.2203626220362622,
56
+ "grad_norm": 0.011421320028603077,
57
+ "learning_rate": 7.799860529986054e-06,
58
+ "loss": 0.0005985296964645386,
59
+ "step": 3500
60
+ },
61
+ {
62
+ "epoch": 1.394700139470014,
63
+ "grad_norm": 0.01508668065071106,
64
+ "learning_rate": 6.056485355648536e-06,
65
+ "loss": 0.0005301393866539002,
66
+ "step": 4000
67
+ },
68
+ {
69
+ "epoch": 1.5690376569037658,
70
+ "grad_norm": 0.016340933740139008,
71
+ "learning_rate": 4.3131101813110185e-06,
72
+ "loss": 0.0004944250583648681,
73
+ "step": 4500
74
+ },
75
+ {
76
+ "epoch": 1.7433751743375174,
77
+ "grad_norm": 0.015275624580681324,
78
+ "learning_rate": 2.569735006973501e-06,
79
+ "loss": 0.00045569053292274475,
80
+ "step": 5000
81
+ },
82
+ {
83
+ "epoch": 1.917712691771269,
84
+ "grad_norm": 0.006223881151527166,
85
+ "learning_rate": 8.263598326359833e-07,
86
+ "loss": 0.00041940659284591677,
87
+ "step": 5500
88
+ }
89
+ ],
90
+ "logging_steps": 500,
91
+ "max_steps": 5736,
92
+ "num_input_tokens_seen": 0,
93
+ "num_train_epochs": 2,
94
+ "save_steps": 500,
95
+ "stateful_callbacks": {
96
+ "TrainerControl": {
97
+ "args": {
98
+ "should_epoch_stop": false,
99
+ "should_evaluate": false,
100
+ "should_log": false,
101
+ "should_save": true,
102
+ "should_training_stop": true
103
+ },
104
+ "attributes": {}
105
+ }
106
+ },
107
+ "total_flos": 4765597317332388.0,
108
+ "train_batch_size": 16,
109
+ "trial_name": null,
110
+ "trial_params": null
111
+ }
Monolingual-IT/SpanBased-DeBERTa/checkpoint-5736/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816198e8f181b5aba26c474bf51c57498300e44bc8d144151fb8eceaf6c58c8d
3
+ size 5201
Monolingual-IT/SpanBased-DeBERTa/config.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaAdvancedSpanClassifier"
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": "O",
14
+ "1": "ACCOUNTNAME",
15
+ "2": "ACCOUNTNUMBER",
16
+ "3": "AGE",
17
+ "4": "AMOUNT",
18
+ "5": "BIC",
19
+ "6": "BITCOINADDRESS",
20
+ "7": "BUILDINGNUMBER",
21
+ "8": "CITY",
22
+ "9": "COMPANYNAME",
23
+ "10": "COUNTY",
24
+ "11": "CREDITCARDCVV",
25
+ "12": "CREDITCARDISSUER",
26
+ "13": "CREDITCARDNUMBER",
27
+ "14": "CURRENCY",
28
+ "15": "CURRENCYCODE",
29
+ "16": "CURRENCYNAME",
30
+ "17": "CURRENCYSYMBOL",
31
+ "18": "DATE",
32
+ "19": "DOB",
33
+ "20": "EMAIL",
34
+ "21": "ETHEREUMADDRESS",
35
+ "22": "EYECOLOR",
36
+ "23": "FIRSTNAME",
37
+ "24": "GENDER",
38
+ "25": "HEIGHT",
39
+ "26": "IBAN",
40
+ "27": "IP",
41
+ "28": "IPV4",
42
+ "29": "IPV6",
43
+ "30": "JOBAREA",
44
+ "31": "JOBTITLE",
45
+ "32": "JOBTYPE",
46
+ "33": "LASTNAME",
47
+ "34": "LITECOINADDRESS",
48
+ "35": "MAC",
49
+ "36": "MASKEDNUMBER",
50
+ "37": "MIDDLENAME",
51
+ "38": "NEARBYGPSCOORDINATE",
52
+ "39": "ORDINALDIRECTION",
53
+ "40": "PASSWORD",
54
+ "41": "PHONEIMEI",
55
+ "42": "PHONENUMBER",
56
+ "43": "PIN",
57
+ "44": "PREFIX",
58
+ "45": "SECONDARYADDRESS",
59
+ "46": "SEX",
60
+ "47": "SSN",
61
+ "48": "STATE",
62
+ "49": "STREET",
63
+ "50": "TIME",
64
+ "51": "URL",
65
+ "52": "USERAGENT",
66
+ "53": "USERNAME",
67
+ "54": "VEHICLEVIN",
68
+ "55": "VEHICLEVRM",
69
+ "56": "ZIPCODE"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 3072,
73
+ "label2id": {
74
+ "ACCOUNTNAME": 1,
75
+ "ACCOUNTNUMBER": 2,
76
+ "AGE": 3,
77
+ "AMOUNT": 4,
78
+ "BIC": 5,
79
+ "BITCOINADDRESS": 6,
80
+ "BUILDINGNUMBER": 7,
81
+ "CITY": 8,
82
+ "COMPANYNAME": 9,
83
+ "COUNTY": 10,
84
+ "CREDITCARDCVV": 11,
85
+ "CREDITCARDISSUER": 12,
86
+ "CREDITCARDNUMBER": 13,
87
+ "CURRENCY": 14,
88
+ "CURRENCYCODE": 15,
89
+ "CURRENCYNAME": 16,
90
+ "CURRENCYSYMBOL": 17,
91
+ "DATE": 18,
92
+ "DOB": 19,
93
+ "EMAIL": 20,
94
+ "ETHEREUMADDRESS": 21,
95
+ "EYECOLOR": 22,
96
+ "FIRSTNAME": 23,
97
+ "GENDER": 24,
98
+ "HEIGHT": 25,
99
+ "IBAN": 26,
100
+ "IP": 27,
101
+ "IPV4": 28,
102
+ "IPV6": 29,
103
+ "JOBAREA": 30,
104
+ "JOBTITLE": 31,
105
+ "JOBTYPE": 32,
106
+ "LASTNAME": 33,
107
+ "LITECOINADDRESS": 34,
108
+ "MAC": 35,
109
+ "MASKEDNUMBER": 36,
110
+ "MIDDLENAME": 37,
111
+ "NEARBYGPSCOORDINATE": 38,
112
+ "O": 0,
113
+ "ORDINALDIRECTION": 39,
114
+ "PASSWORD": 40,
115
+ "PHONEIMEI": 41,
116
+ "PHONENUMBER": 42,
117
+ "PIN": 43,
118
+ "PREFIX": 44,
119
+ "SECONDARYADDRESS": 45,
120
+ "SEX": 46,
121
+ "SSN": 47,
122
+ "STATE": 48,
123
+ "STREET": 49,
124
+ "TIME": 50,
125
+ "URL": 51,
126
+ "USERAGENT": 52,
127
+ "USERNAME": 53,
128
+ "VEHICLEVIN": 54,
129
+ "VEHICLEVRM": 55,
130
+ "ZIPCODE": 56
131
+ },
132
+ "layer_norm_eps": 1e-07,
133
+ "legacy": true,
134
+ "max_position_embeddings": 512,
135
+ "max_relative_positions": -1,
136
+ "model_type": "deberta-v2",
137
+ "norm_rel_ebd": "layer_norm",
138
+ "num_attention_heads": 12,
139
+ "num_hidden_layers": 12,
140
+ "pad_token_id": 0,
141
+ "pooler_dropout": 0,
142
+ "pooler_hidden_act": "gelu",
143
+ "pooler_hidden_size": 768,
144
+ "pos_att_type": [
145
+ "p2c",
146
+ "c2p"
147
+ ],
148
+ "position_biased_input": false,
149
+ "position_buckets": 256,
150
+ "relative_attention": true,
151
+ "share_att_key": true,
152
+ "tie_word_embeddings": true,
153
+ "transformers_version": "5.3.0",
154
+ "type_vocab_size": 0,
155
+ "use_cache": false,
156
+ "vocab_size": 251000
157
+ }
Monolingual-IT/SpanBased-DeBERTa/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9737df2b3233a4ab2a2a8649e03b40a0f488dceae71abdda49121aeb29424761
3
+ size 1119115023
Monolingual-IT/SpanBased-DeBERTa/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbe465237b1dd548fe5cdb31bbb2468bece593dedbc71c50e491a422b706ec5
3
+ size 16033331
Monolingual-IT/SpanBased-DeBERTa/tokenizer_config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "▁<extra_id_99>",
13
+ "▁<extra_id_98>",
14
+ "▁<extra_id_97>",
15
+ "▁<extra_id_96>",
16
+ "▁<extra_id_95>",
17
+ "▁<extra_id_94>",
18
+ "▁<extra_id_93>",
19
+ "▁<extra_id_92>",
20
+ "▁<extra_id_91>",
21
+ "▁<extra_id_90>",
22
+ "▁<extra_id_89>",
23
+ "▁<extra_id_88>",
24
+ "▁<extra_id_87>",
25
+ "▁<extra_id_86>",
26
+ "▁<extra_id_85>",
27
+ "▁<extra_id_84>",
28
+ "▁<extra_id_83>",
29
+ "▁<extra_id_82>",
30
+ "▁<extra_id_81>",
31
+ "▁<extra_id_80>",
32
+ "▁<extra_id_79>",
33
+ "▁<extra_id_78>",
34
+ "▁<extra_id_77>",
35
+ "▁<extra_id_76>",
36
+ "▁<extra_id_75>",
37
+ "▁<extra_id_74>",
38
+ "▁<extra_id_73>",
39
+ "▁<extra_id_72>",
40
+ "▁<extra_id_71>",
41
+ "▁<extra_id_70>",
42
+ "▁<extra_id_69>",
43
+ "▁<extra_id_68>",
44
+ "▁<extra_id_67>",
45
+ "▁<extra_id_66>",
46
+ "▁<extra_id_65>",
47
+ "▁<extra_id_64>",
48
+ "▁<extra_id_63>",
49
+ "▁<extra_id_62>",
50
+ "▁<extra_id_61>",
51
+ "▁<extra_id_60>",
52
+ "▁<extra_id_59>",
53
+ "▁<extra_id_58>",
54
+ "▁<extra_id_57>",
55
+ "▁<extra_id_56>",
56
+ "▁<extra_id_55>",
57
+ "▁<extra_id_54>",
58
+ "▁<extra_id_53>",
59
+ "▁<extra_id_52>",
60
+ "▁<extra_id_51>",
61
+ "▁<extra_id_50>",
62
+ "▁<extra_id_49>",
63
+ "▁<extra_id_48>",
64
+ "▁<extra_id_47>",
65
+ "▁<extra_id_46>",
66
+ "▁<extra_id_45>",
67
+ "▁<extra_id_44>",
68
+ "▁<extra_id_43>",
69
+ "▁<extra_id_42>",
70
+ "▁<extra_id_41>",
71
+ "▁<extra_id_40>",
72
+ "▁<extra_id_39>",
73
+ "▁<extra_id_38>",
74
+ "▁<extra_id_37>",
75
+ "▁<extra_id_36>",
76
+ "▁<extra_id_35>",
77
+ "▁<extra_id_34>",
78
+ "▁<extra_id_33>",
79
+ "▁<extra_id_32>",
80
+ "▁<extra_id_31>",
81
+ "▁<extra_id_30>",
82
+ "▁<extra_id_29>",
83
+ "▁<extra_id_28>",
84
+ "▁<extra_id_27>",
85
+ "▁<extra_id_26>",
86
+ "▁<extra_id_25>",
87
+ "▁<extra_id_24>",
88
+ "▁<extra_id_23>",
89
+ "▁<extra_id_22>",
90
+ "▁<extra_id_21>",
91
+ "▁<extra_id_20>",
92
+ "▁<extra_id_19>",
93
+ "▁<extra_id_18>",
94
+ "▁<extra_id_17>",
95
+ "▁<extra_id_16>",
96
+ "▁<extra_id_15>",
97
+ "▁<extra_id_14>",
98
+ "▁<extra_id_13>",
99
+ "▁<extra_id_12>",
100
+ "▁<extra_id_11>",
101
+ "▁<extra_id_10>",
102
+ "▁<extra_id_9>",
103
+ "▁<extra_id_8>",
104
+ "▁<extra_id_7>",
105
+ "▁<extra_id_6>",
106
+ "▁<extra_id_5>",
107
+ "▁<extra_id_4>",
108
+ "▁<extra_id_3>",
109
+ "▁<extra_id_2>",
110
+ "▁<extra_id_1>",
111
+ "▁<extra_id_0>"
112
+ ],
113
+ "is_local": false,
114
+ "mask_token": "[MASK]",
115
+ "model_max_length": 1000000000000000019884624838656,
116
+ "pad_token": "[PAD]",
117
+ "sep_token": "[SEP]",
118
+ "split_by_punct": false,
119
+ "tokenizer_class": "DebertaV2Tokenizer",
120
+ "unk_id": 3,
121
+ "unk_token": "[UNK]",
122
+ "vocab_type": "spm"
123
+ }