u-hyszk commited on
Commit
1266568
1 Parent(s): cca3f0c

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "pad_token": "<|padding|>",
7
+ "special_tokens_map_file": "open-calm-1b/special_tokens_map.json",
8
+ "tokenizer_class": "GPTNeoXTokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }