doberst commited on
Commit
48fd9be
1 Parent(s): f491d0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
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
- <!-- Provide a quick summary of what the model is/does. -->
10
 
11
- **slim-extract-tiny-ov** 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.
12
 
13
- [**slim-extract-tiny**](https://huggingface.co/llmware/slim-extract-tiny) is a specialized extraction function calling model that looks for a key and value in a complex business document and returns a python dictionary with the designated key and the values found in the text for that key.
14
 
 
 
15
 
16
- Get started right away with [OpenVino](https://github.com/openvinotoolkit/openvino)
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)