Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
inference: false
|
|
|
|
|
|
|
| 4 |
tags: [green, llmware-chat, p3, onnx]
|
| 5 |
---
|
| 6 |
|
| 7 |
# phi-3-onnx
|
| 8 |
|
| 9 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
-
|
| 11 |
**phi-3-onnx** is an ONNX int4 quantized version of [Microsoft Phi-3-mini-4k-instruct](https://www.huggingface.co/microsoft/Phi-3-mini-4k-instruct), providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
| 12 |
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
inference: false
|
| 4 |
+
base_model: microsoft/Phi-3-mini-4k-instruct
|
| 5 |
+
base_model_relation: quantized
|
| 6 |
tags: [green, llmware-chat, p3, onnx]
|
| 7 |
---
|
| 8 |
|
| 9 |
# phi-3-onnx
|
| 10 |
|
|
|
|
|
|
|
| 11 |
**phi-3-onnx** is an ONNX int4 quantized version of [Microsoft Phi-3-mini-4k-instruct](https://www.huggingface.co/microsoft/Phi-3-mini-4k-instruct), providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
| 12 |
|
| 13 |
|