Update tokenizer_config.json
Browse files- tokenizer_config.json +7 -1
tokenizer_config.json
CHANGED
@@ -912,5 +912,11 @@
|
|
912 |
"padding_side": "right",
|
913 |
"tokenizer_class": "CheXagentTokenizer",
|
914 |
"unk_token": "<|endoftext|>",
|
915 |
-
"use_fast": false
|
|
|
|
|
|
|
|
|
|
|
|
|
916 |
}
|
|
|
912 |
"padding_side": "right",
|
913 |
"tokenizer_class": "CheXagentTokenizer",
|
914 |
"unk_token": "<|endoftext|>",
|
915 |
+
"use_fast": false,
|
916 |
+
"auto_map": {
|
917 |
+
"AutoTokenizer": [
|
918 |
+
"tokenization_chexagent.CheXagentTokenizer",
|
919 |
+
null
|
920 |
+
]
|
921 |
+
}
|
922 |
}
|