Adding tokenizer class for the `pipeline` API to use the tokenizer
Browse files- config.json +3 -0
config.json
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
"architectures": [
|
3 |
"MiMoForCausalLM"
|
4 |
],
|
|
|
|
|
|
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_mimo.MiMoConfig",
|
7 |
"AutoModel": "modeling_mimo.MiMoModel",
|
|
|
2 |
"architectures": [
|
3 |
"MiMoForCausalLM"
|
4 |
],
|
5 |
+
"tokenizer_class":[
|
6 |
+
"Qwen2Tokenizer"
|
7 |
+
],
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "configuration_mimo.MiMoConfig",
|
10 |
"AutoModel": "modeling_mimo.MiMoModel",
|