speechisalluneed commited on
Commit
f23ccdf
·
verified ·
1 Parent(s): 3b8a5fc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -98,7 +98,7 @@
98
  "low_resource": false,
99
  "model_type": "fastslm",
100
  "auto_map": {
101
- "AutoConfig": "configuration_fastslm.SymphonyConfig",
102
  "AutoModel": "modeling_fastslm.FastSLMForConditionalGeneration",
103
  "AutoModelForCausalLM": "modeling_fastslm.FastSLMForConditionalGeneration"
104
  },
 
98
  "low_resource": false,
99
  "model_type": "fastslm",
100
  "auto_map": {
101
+ "AutoConfig": "configuration_fastslm.FastSLMConfig",
102
  "AutoModel": "modeling_fastslm.FastSLMForConditionalGeneration",
103
  "AutoModelForCausalLM": "modeling_fastslm.FastSLMForConditionalGeneration"
104
  },