Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -22,5 +22,6 @@
|
|
22 |
"q_proj",
|
23 |
"v_proj"
|
24 |
],
|
25 |
-
"task_type": "CAUSAL_LM"
|
|
|
26 |
}
|
|
|
22 |
"q_proj",
|
23 |
"v_proj"
|
24 |
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"model_type": "llama"
|
27 |
}
|