zhjohnchan
commited on
Update tokenizer_config.json
Browse files- tokenizer_config.json +7 -1
tokenizer_config.json
CHANGED
@@ -910,5 +910,11 @@
|
|
910 |
"model_max_length": 2048,
|
911 |
"pad_token": null,
|
912 |
"tokenizer_class": "CheXagentTokenizer",
|
913 |
-
"unk_token": "<|endoftext|>"
|
|
|
|
|
|
|
|
|
|
|
|
|
914 |
}
|
|
|
910 |
"model_max_length": 2048,
|
911 |
"pad_token": null,
|
912 |
"tokenizer_class": "CheXagentTokenizer",
|
913 |
+
"unk_token": "<|endoftext|>",
|
914 |
+
"auto_map": {
|
915 |
+
"AutoTokenizer": [
|
916 |
+
"tokenization_chexagent.CheXagentTokenizer",
|
917 |
+
null
|
918 |
+
]
|
919 |
+
}
|
920 |
}
|