hafeez007 commited on
Commit
027b8ea
·
verified ·
1 Parent(s): f6decfa

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +11 -0
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast",
3
+ "bos_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "unk_token": "[UNK]",
6
+ "pad_token": "[PAD]",
7
+ "cls_token": "[CLS]",
8
+ "sep_token": "[SEP]",
9
+ "mask_token": "[MASK]",
10
+ "model_max_length": 512
11
+ }