lhallee commited on
Commit
dfcfc94
·
verified ·
1 Parent(s): 3295a69

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "FastEsmForMaskedLM"
5
  ],
6
  "auto_map": {
7
- "AutoConfig": "config_fastesm.FastEsmConfig",
8
  "AutoModel": "modeling_fastesm.FastEsmModel",
9
  "AutoModelForMaskedLM": "modeling_fastesm.FastEsmForMaskedLM",
10
  "AutoModelForSequenceClassification": "modeling_fastesm.FastEsmForSequenceClassification",
 
4
  "FastEsmForMaskedLM"
5
  ],
6
  "auto_map": {
7
+ "AutoConfig": "modeling_fastesm.FastEsmConfig",
8
  "AutoModel": "modeling_fastesm.FastEsmModel",
9
  "AutoModelForMaskedLM": "modeling_fastesm.FastEsmForMaskedLM",
10
  "AutoModelForSequenceClassification": "modeling_fastesm.FastEsmForSequenceClassification",