zhjohnchan commited on
Commit
24df9ad
·
verified ·
1 Parent(s): 9c7c1fa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -23,5 +23,8 @@
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.35.2",
25
  "use_cache": false,
26
- "vocab_size": 32000
 
 
 
27
  }
 
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.35.2",
25
  "use_cache": false,
26
+ "vocab_size": 32000,
27
+ "auto_map": {
28
+ "AutoTokenizer": "tokenization_chexagent.CheXagentTokenizer"
29
+ }
30
  }