dortucx commited on
Commit
75a22a9
·
verified ·
1 Parent(s): 2850bc6

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoModel": ["this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol", null]
4
+ },
5
+ "add_bos_token": false,
6
+ "add_eos_token": false,
7
+ "model_max_length": 4096,
8
+ "tokenizer_class": "this_class_doesnt_exist_lol"
9
+ }