PierreLepagnol
commited on
Commit
•
611a611
1
Parent(s):
17be2d3
Correct model architecture name to match allenai/OLMo-1B
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"OLMoForCausalLM"
|
4 |
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|