Raiff1982 commited on
Commit
9d3d0c9
·
verified ·
1 Parent(s): 029aeb9

Create tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +12 -0
tokenizer.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "truncation": {
3
+ "strategy": "LongestFirst",
4
+ "max_length": 512,
5
+ "stride": 0
6
+ },
7
+ "padding": "max_length",
8
+ "do_lower_case": false,
9
+ "add_prefix_space": false,
10
+ "use_fast": true,
11
+ "model_max_length": 512
12
+ }