Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
inference: false
|
4 |
-
tags: [green, p1, llmware-fx, ov]
|
5 |
---
|
6 |
|
7 |
-
# slim-extract-tiny-ov
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
|
|
|
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
Looking for AI PC solutions and demos, contact us at [llmware](https://www.llmware.ai)
|
19 |
|
20 |
|
21 |
### Model Description
|
@@ -33,6 +33,8 @@ Looking for AI PC solutions and demos, contact us at [llmware](https://www.llmwa
|
|
33 |
|
34 |
## Model Card Contact
|
35 |
|
|
|
|
|
36 |
[llmware on hf](https://www.huggingface.co/llmware)
|
37 |
|
38 |
[llmware website](https://www.llmware.ai)
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
inference: false
|
4 |
+
tags: [green, p1, llmware-fx, ov, emerald]
|
5 |
---
|
6 |
|
7 |
+
# slim-extract-tiny-ov
|
8 |
|
9 |
+
**slim-extract-tiny-ov** 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, e.g.,
|
10 |
|
11 |
+
text_passage = "The company announced that for the current quarter the total revenue increased by 9% to $125 million."
|
12 |
|
13 |
+
llm_response = model.function_call(text_passage, function="extract", params=["revenue"])
|
14 |
|
15 |
+
Output: `llm_response = {"revenue": [$125 million"]}`
|
16 |
+
|
17 |
|
18 |
+
This is an OpenVino int4 quantized version of slim-extract-tiny, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
|
|
|
|
19 |
|
20 |
|
21 |
### Model Description
|
|
|
33 |
|
34 |
## Model Card Contact
|
35 |
|
36 |
+
[llmware on github](https://www.github.com/llmware-ai/llmware)
|
37 |
+
|
38 |
[llmware on hf](https://www.huggingface.co/llmware)
|
39 |
|
40 |
[llmware website](https://www.llmware.ai)
|