doberst commited on
Commit
ba1af60
1 Parent(s): 3dabe1c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "llmware/phi-3-ov",
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": "OVGenModel",
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
  {