samcheng0 commited on
Commit
8b42aee
·
verified ·
1 Parent(s): 61dfc6d

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
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "pad_token": "<pad>",
6
+ "unk_token": "<unk>",
7
+ "tokenizer_class": "PreTrainedTokenizerFast",
8
+ "model_max_length": 2048,
9
+ "padding_side": "right",
10
+ "truncation_side": "right"
11
+ }