Upload folder using huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
"alibi_bias_max": 8.0,
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_olmo.OLMoConfig",
|
7 |
-
"AutoModelForSequenceClassification": "modeling_olmo.
|
8 |
-
"AutoModelForCausalLM": "modeling_olmo.
|
9 |
},
|
10 |
"architectures": [
|
11 |
"OLMoModelForCausalLM"
|
|
|
4 |
"alibi_bias_max": 8.0,
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_olmo.OLMoConfig",
|
7 |
+
"AutoModelForSequenceClassification": "modeling_olmo.OLMoForSequenceCLS",
|
8 |
+
"AutoModelForCausalLM": "modeling_olmo.OLMoForCausalLM"
|
9 |
},
|
10 |
"architectures": [
|
11 |
"OLMoModelForCausalLM"
|