Remove `auto_map` as it gives error: TypeError: argument of type 'NoneType' is not iterable
Browse files- tokenizer_config.json +0 -6
tokenizer_config.json
CHANGED
@@ -9,10 +9,4 @@
|
|
9 |
"add_prefix_space": false,
|
10 |
"tokenizer_class": "GLMChineseTokenizer",
|
11 |
"use_fast": false,
|
12 |
-
"auto_map": {
|
13 |
-
"AutoTokenizer": [
|
14 |
-
"tokenization_glm.GLMChineseTokenizer",
|
15 |
-
null
|
16 |
-
]
|
17 |
-
}
|
18 |
}
|
|
|
9 |
"add_prefix_space": false,
|
10 |
"tokenizer_class": "GLMChineseTokenizer",
|
11 |
"use_fast": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|