migmm commited on
Commit
c7f15c8
·
verified ·
1 Parent(s): 226edfb

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
+ "tokenizer_class": "PreTrainedTokenizer",
3
+ "vocab_size": 153,
4
+ "model_max_length": 512,
5
+ "padding_side": "right",
6
+ "truncation_side": "right",
7
+ "pad_token": "<pad>",
8
+ "eos_token": "</s>",
9
+ "bos_token": "<s>",
10
+ "unk_token": "<unk>"
11
+ }