File size: 256 Bytes
1beb72d | 1 2 3 4 5 6 7 8 9 10 | {
"auto_map": {
"AutoTokenizer": ["this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol", null]
},
"add_bos_token": false,
"add_eos_token": false,
"model_max_length": 4096,
"tokenizer_class": "this_class_doesnt_exist_lol"
}
|