RashidNLP commited on
Commit
d2f88d3
1 Parent(s): 2398162

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -13
tokenizer_config.json CHANGED
@@ -1,16 +1,4 @@
1
  {
2
- "bos_token": "[CLS]",
3
- "cls_token": "[CLS]",
4
  "do_lower_case": false,
5
- "eos_token": "[SEP]",
6
- "mask_token": "[MASK]",
7
- "name_or_path": "microsoft/deberta-v3-base",
8
- "pad_token": "[PAD]",
9
- "sep_token": "[SEP]",
10
- "sp_model_kwargs": {},
11
- "special_tokens_map_file": null,
12
- "split_by_punct": false,
13
- "tokenizer_class": "DebertaV2Tokenizer",
14
- "unk_token": "[UNK]",
15
  "vocab_type": "spm"
16
- }
 
1
  {
 
 
2
  "do_lower_case": false,
 
 
 
 
 
 
 
 
 
 
3
  "vocab_type": "spm"
4
+ }