zhjohnchan
commited on
Update tokenizer_config.json
Browse files- tokenizer_config.json +4 -1
tokenizer_config.json
CHANGED
@@ -556,5 +556,8 @@
|
|
556 |
"trust_remote_code": true,
|
557 |
"unk_token": "<unk>",
|
558 |
"use_default_system_prompt": false,
|
559 |
-
"use_fast": false
|
|
|
|
|
|
|
560 |
}
|
|
|
556 |
"trust_remote_code": true,
|
557 |
"unk_token": "<unk>",
|
558 |
"use_default_system_prompt": false,
|
559 |
+
"use_fast": false,
|
560 |
+
"auto_map": {
|
561 |
+
"AutoTokenizer": "tokenization_chexagent.CheXagentTokenizer"
|
562 |
+
}
|
563 |
}
|