Xilixmeaty40 commited on
Commit
b2cab0b
·
verified ·
1 Parent(s): afd5cad

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_config": {
3
+ "vocab_size": 30000,
4
+ "max_length": 51200,
5
+ "token_type_ids": true,
6
+ "pad_token_id": 0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2
9
+ }
10
+ }