Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "Phi-3-mini-128k-instruct",
|
|
|
3 |
"architectures": [
|
4 |
"Phi3ForCausalLM"
|
5 |
]
|
|
|
1 |
{
|
2 |
"_name_or_path": "Phi-3-mini-128k-instruct",
|
3 |
+
"model_type": "phi3",
|
4 |
"architectures": [
|
5 |
"Phi3ForCausalLM"
|
6 |
]
|