andquant commited on
Commit
805fdc8
·
verified ·
1 Parent(s): 7823cc3

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +11 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|beginoftext|>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "pad_token": "<|pad|>",
8
+ "padding_side": "right",
9
+ "tokenizer_class": "TokenizersBackend",
10
+ "truncation_side": "right"
11
+ }