zequnl commited on
Commit
f67bc8c
1 Parent(s): fa3985d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -4,6 +4,9 @@
4
  "architectures": [
5
  "BioGptForCausalLM"
6
  ],
 
 
 
7
  "attention_probs_dropout_prob": 0.1,
8
  "bos_token_id": 0,
9
  "eos_token_id": 2,
 
4
  "architectures": [
5
  "BioGptForCausalLM"
6
  ],
7
+ "auto_map": {
8
+ "AutoTokenizer": "molxpt_tokenizer.MolxptTokenizer"
9
+ },
10
  "attention_probs_dropout_prob": 0.1,
11
  "bos_token_id": 0,
12
  "eos_token_id": 2,