Remove invalid head_dim entry
Browse filesSetting this to 0 is wrong and breaks sane parsing of the config, in particular the conversion script for `llama.cpp`.
- config.json +1 -2
config.json
CHANGED
@@ -40,6 +40,5 @@
|
|
40 |
"embedding_dropout": 0.1,
|
41 |
"norm_head": true,
|
42 |
"norm_softmax": false,
|
43 |
-
"output_dropout": 0.1
|
44 |
-
"head_dim": 0
|
45 |
}
|
|
|
40 |
"embedding_dropout": 0.1,
|
41 |
"norm_head": true,
|
42 |
"norm_softmax": false,
|
43 |
+
"output_dropout": 0.1
|
|
|
44 |
}
|