doberst commited on
Commit
d5974eb
1 Parent(s): e7d7d3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  license: apache-2.0
3
  inference: false
4
- tags: [green, p3, llmware-fx, ov, emerald]
5
  ---
6
 
7
- # slim-boolean-phi-3-ov
8
 
9
- **slim-boolean-phi-3-ov** is a specialized function calling model optimized for boolean (yes/no) questions. The model expects as input a text passage context, and a boolean question, and generates a python dictionary consisting of two keys - an "answer" key with the 'yes or no' classification, and an "explain" key that provides a short explanation.
10
 
11
- This is an OpenVino int4 quantized version of slim-boolean-phi-3, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
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-boolean-phi-3-onnx
8
 
9
+ **slim-boolean-phi-3-onnx** is a specialized function calling model optimized for boolean (yes/no) questions. The model expects as input a text passage context, and a boolean question, and generates a python dictionary consisting of two keys - an "answer" key with the 'yes or no' classification, and an "explain" key that provides a short explanation.
10
 
11
+ This is an ONNX int4 quantized version of slim-boolean-phi-3, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
12
 
13
 
14
  ### Model Description