KPMGhyesukim commited on
Commit
ddd4dcb
1 Parent(s): 9df0fbd

Initial commit

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
1
+ {"[MASK]": 250101}
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "hidden_act": "gelu",
4
+ "hidden_dropout_prob": 0.1,
5
+ "hidden_size": 768,
6
+ "initializer_range": 0.02,
7
+ "intermediate_size": 3072,
8
+ "layer_norm_eps": 1e-07,
9
+ "max_position_embeddings": 512,
10
+ "max_relative_positions": -1,
11
+ "model_type": "deberta-v2",
12
+ "norm_rel_ebd": "layer_norm",
13
+ "num_attention_heads": 12,
14
+ "num_hidden_layers": 12,
15
+ "padding_idx": 0,
16
+ "pos_att_type": "p2c|c2p",
17
+ "position_biased_input": false,
18
+ "position_buckets": 256,
19
+ "relative_attention": true,
20
+ "share_att_key": true,
21
+ "type_vocab_size": 0,
22
+ "vocab_size": 251000
23
+ }
24
+
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38fba5483de669ada10c9f5fcb70bc225ac56c64b606267899bc81c20d7825a6
3
+ size 558939619
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c8d666d62a7bc4ac8f040aab68e942c861f93303156cc28f5c7e885d86d6e3
3
+ size 4305025
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "split_by_punct": false, "sp_model_kwargs": {}, "vocab_type": "spm", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "microsoft/mdeberta-v3-base", "tokenizer_class": "DebertaV2Tokenizer"}