Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"GPTModel"
|
4 |
],
|
5 |
"dropout": 0.1,
|
6 |
-
"head_type": "
|
7 |
"is_causal": true,
|
8 |
"model_type": "gptmodel",
|
9 |
"n_embd": 384,
|
|
|
3 |
"GPTModel"
|
4 |
],
|
5 |
"dropout": 0.1,
|
6 |
+
"head_type": "lm",
|
7 |
"is_causal": true,
|
8 |
"model_type": "gptmodel",
|
9 |
"n_embd": 384,
|