Patrick Haller
commited on
Commit
·
d539dc6
1
Parent(s):
61327b8
Fix
Browse files- config.json +1 -1
config.json
CHANGED
@@ -25,6 +25,6 @@
|
|
25 |
"AutoConfig": "configuration_xlstm.xLSTMConfig",
|
26 |
"AutoModelForCausalLM": "modeling_xlstm.xLSTMForCausalLM",
|
27 |
"AutoModel": "modeling_xlstm.xLSTMModel",
|
28 |
-
"AutoModelForSequenceClassification": "modeling_xlstm.xLSTMForSequenceClassification"
|
29 |
}
|
30 |
}
|
|
|
25 |
"AutoConfig": "configuration_xlstm.xLSTMConfig",
|
26 |
"AutoModelForCausalLM": "modeling_xlstm.xLSTMForCausalLM",
|
27 |
"AutoModel": "modeling_xlstm.xLSTMModel",
|
28 |
+
"AutoModelForSequenceClassification": "modeling_xlstm.xLSTMForSequenceClassification"
|
29 |
}
|
30 |
}
|