doberst commited on
Commit
662bc64
·
verified ·
1 Parent(s): aa843f2

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-emotions-ov
8
 
9
- **slim-emotions-ov** is a specialized function calling model that classifies the emotion of a given text context passage, and generates a python dictionary with an "emotions" key and a value of the assessed emotion, e.g., ["surprised"].
10
 
11
- This is an OpenVino int4 quantized version of slim-emotions, 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, emerald]
5
  ---
6
 
7
+ # slim-emotions-onnx
8
 
9
+ **slim-emotions-onnx** is a specialized function calling model that classifies the emotion of a given text context passage, and generates a python dictionary with an "emotions" key and a value of the assessed emotion, e.g., ["surprised"].
10
 
11
+ This is an ONNX int4 quantized version of slim-emotions, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
12
 
13
 
14
  ### Model Description