onkarpandit-g42 commited on
Commit
95cc206
1 Parent(s): bd48d1e

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 2048,
6
+ "pad_token": "<|endoftext|>",
7
+ "tokenizer_class": "PreTrainedTokenizerFast",
8
+ "unk_token": "<|endoftext|>"
9
+ }