hyoo14 commited on
Commit
5026dd6
·
verified ·
1 Parent(s): 0a977cd

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +3 -2
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -41,10 +41,11 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "mask_token": "[MASK]",
47
- "model_max_length": 1000000000000000019884624838656,
48
  "pad_token": "[PAD]",
49
  "sep_token": "[SEP]",
50
  "tokenizer_class": "PreTrainedTokenizerFast",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
+ "extra_special_tokens": {},
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "tokenizer_class": "PreTrainedTokenizerFast",