Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
inference: false
|
4 |
-
tags: [green, p1, llmware-fx,
|
5 |
---
|
6 |
|
7 |
-
# slim-emotions-
|
8 |
|
9 |
-
**slim-emotions-
|
10 |
|
11 |
-
This is an
|
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
|