doberst commited on
Commit
2f9f670
1 Parent(s): bf65f22

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, p1, llmware-fx, ov, emerald]
5
  ---
6
 
7
- # slim-summary-tiny-ov
8
 
9
- **slim-summary-tiny-ov** is a specialized function calling model that summarizes a given text and generates as output a Python list of summary points.
10
 
11
- This is an OpenVino int4 quantized version of slim-summary-tiny, 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, p1, llmware-fx, onnx]
5
  ---
6
 
7
+ # slim-summary-tiny-onnx
8
 
9
+ **slim-summary-tiny-onnx** is a specialized function calling model that summarizes a given text and generates as output a Python list of summary points.
10
 
11
+ This is an ONNX int4 quantized version of slim-summary-tiny, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
12
 
13
 
14
  ### Model Description