Xenova HF staff commited on
Commit
89824b1
1 Parent(s): 4f34090

Create tokenizer_config.json

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