Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "llmware/phi-3-
|
3 |
"architectures": [
|
4 |
"Phi3ForCausalLM"
|
5 |
],
|
@@ -41,7 +41,7 @@
|
|
41 |
"description": "Microsoft Phi-3-mini - 3.8 parameter base",
|
42 |
"quantization": "int4",
|
43 |
"context_window": 4096,
|
44 |
-
"model_family": "
|
45 |
"parameters": 3.8,
|
46 |
"test_set": [
|
47 |
{
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "llmware/phi-3-onnx",
|
3 |
"architectures": [
|
4 |
"Phi3ForCausalLM"
|
5 |
],
|
|
|
41 |
"description": "Microsoft Phi-3-mini - 3.8 parameter base",
|
42 |
"quantization": "int4",
|
43 |
"context_window": 4096,
|
44 |
+
"model_family": "ONNXGenerativeModel",
|
45 |
"parameters": 3.8,
|
46 |
"test_set": [
|
47 |
{
|