ananjayram commited on
Commit
84259b0
·
verified ·
1 Parent(s): 9fe033a

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_bos_token": false,
3
+ "add_eos_token": false,
4
+ "bos_token": null,
5
+ "eos_token": null,
6
+ "unk_token": null,
7
+ "pad_token": null,
8
+ "chat_template": null,
9
+ "model_max_length": 128,
10
+ "tokenizer_class": "PreTrainedTokenizer"
11
+ }