Patrick Haller
commited on
Commit
·
61327b8
1
Parent(s):
6f625af
Add auto mapping
Browse files- config.json +3 -2
config.json
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
"auto_map": {
|
25 |
"AutoConfig": "configuration_xlstm.xLSTMConfig",
|
26 |
"AutoModelForCausalLM": "modeling_xlstm.xLSTMForCausalLM",
|
27 |
-
"AutoModel": "modeling_xlstm.xLSTMModel"
|
|
|
28 |
}
|
29 |
-
}
|
|
|
24 |
"auto_map": {
|
25 |
"AutoConfig": "configuration_xlstm.xLSTMConfig",
|
26 |
"AutoModelForCausalLM": "modeling_xlstm.xLSTMForCausalLM",
|
27 |
+
"AutoModel": "modeling_xlstm.xLSTMModel",
|
28 |
+
"AutoModelForSequenceClassification": "modeling_xlstm.xLSTMForSequenceClassification",
|
29 |
}
|
30 |
+
}
|