zhjohnchan commited on
Commit
5dcac15
·
verified ·
1 Parent(s): 8ff57c2

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. 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
  }