Qubitium commited on
Commit
5d5a922
1 Parent(s): 12481ab

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +31 -0
tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "100257": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "auto_map": {
15
+ "AutoTokenizer": [
16
+ "tiktoken.TiktokenTokenizerWrapper",
17
+ null
18
+ ]
19
+ },
20
+ "bos_token": "<|endoftext|>",
21
+ "clean_up_tokenization_spaces": true,
22
+ "encoding_name": null,
23
+ "eos_token": "<|endoftext|>",
24
+ "errors": "replace",
25
+ "model_max_length": 1000000000000000019884624838656,
26
+ "model_name": "gpt-4",
27
+ "pad_token": "<|endoftext|>",
28
+ "tokenizer_class": "TiktokenTokenizerWrapper",
29
+ "unk_token": "<|endoftext|>",
30
+ "use_default_system_prompt": true
31
+ }