burak commited on
Commit
b91cf6a
·
verified ·
1 Parent(s): be3c052

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +24 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|begin_of_text|>",
4
+ "eos_token": "<|eot_id|>",
5
+ "extra_special_tokens": [
6
+ "<|begin_of_text|>",
7
+ "<|end_of_text|>",
8
+ "<|start_header_id|>",
9
+ "<|end_header_id|>",
10
+ "<|eot_id|>"
11
+ ],
12
+ "is_local": false,
13
+ "max_length": 1024,
14
+ "model_max_length": 1000000000000000019884624838656,
15
+ "pad_to_multiple_of": null,
16
+ "pad_token": "<|end_of_text|>",
17
+ "pad_token_type_id": 0,
18
+ "padding_side": "right",
19
+ "stride": 0,
20
+ "tokenizer_class": "TokenizersBackend",
21
+ "truncation_side": "right",
22
+ "truncation_strategy": "longest_first",
23
+ "unk_token": "<|reserved_special_token_0|>"
24
+ }