nielsbantilan commited on
Commit
4fd513a
1 Parent(s): a64583f

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +11 -0
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "padding_side": "right",
9
+ "tokenizer_class": "GPTNeoXTokenizer",
10
+ "unk_token": "<|endoftext|>"
11
+ }