saif-11bit commited on
Commit
43f9174
·
verified ·
1 Parent(s): fca8539

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +18 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "is_local": true,
7
+ "max_length": 512,
8
+ "model_max_length": 2048,
9
+ "pad_to_multiple_of": null,
10
+ "pad_token": "<|endoftext|>",
11
+ "pad_token_type_id": 0,
12
+ "padding_side": "right",
13
+ "stride": 0,
14
+ "tokenizer_class": "TokenizersBackend",
15
+ "truncation_side": "right",
16
+ "truncation_strategy": "longest_first",
17
+ "unk_token": "<|endoftext|>"
18
+ }