dilip025 commited on
Commit
ee25a5b
·
verified ·
1 Parent(s): 8d979f5

Upload hf_model/tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. hf_model/tokenizer_config.json +8 -0
hf_model/tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "model_max_length": 256,
4
+ "tokenizer_class": "PreTrainedTokenizerFast",
5
+ "unk_token": "<unk>",
6
+ "bos_token": "<s>",
7
+ "eos_token": "</s>"
8
+ }