pkanithi commited on
Commit
1b05a87
·
verified ·
1 Parent(s): ff38265

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +11 -0
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "char_ords": [
3
+ 68,
4
+ 78,
5
+ 65,
6
+ 84,
7
+ 71,
8
+ 67
9
+ ],
10
+ "model_max_length": 6144
11
+ }