sharpbai commited on
Commit
162eaff
·
1 Parent(s): c146be0

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -14
tokenizer_config.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "auto_map": {
3
- "AutoTokenizer": [
4
- "THUDM/chatglm2-6b--tokenization_chatglm.ChatGLMTokenizer",
5
- null
6
- ]
7
- },
8
- "clean_up_tokenization_spaces": true,
9
- "do_lower_case": false,
10
- "model_max_length": 1000000000000000019884624838656,
11
- "padding_side": "left",
12
- "remove_space": false,
13
- "tokenizer_class": "ChatGLMTokenizer"
14
- }