Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
inference: false
|
4 |
-
tags: [green, p3, llmware-fx,
|
5 |
---
|
6 |
|
7 |
-
# slim-extract-phi-3-
|
8 |
|
9 |
-
**slim-extract-phi-3-
|
10 |
|
11 |
-
This is an
|
12 |
|
13 |
|
14 |
### Model Description
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
inference: false
|
4 |
+
tags: [green, p3, llmware-fx, onnx]
|
5 |
---
|
6 |
|
7 |
+
# slim-extract-phi-3-onnx
|
8 |
|
9 |
+
**slim-extract-phi-3-onnx** is a specialized function calling model with a single mission to look for values in a text, based on an "extract" key that is passed as a parameter. No other instructions are required except to pass the context passage, and the target key, and the model will generate a python dictionary consisting of the extract key and a list of the values found in the text, including an 'empty list' if the text does not provide an answer for the value of the selected key.
|
10 |
|
11 |
+
This is an ONNX int4 quantized version of slim-extract-phi-3, providing a fast, high-quality inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
12 |
|
13 |
|
14 |
### Model Description
|