Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
---
|
5 |
# Conversation flow text classification
|
6 |
|
7 |
-
This a ONNX quantized model and is fined-tuned version of [
|
8 |
The original model can be found [here](https://huggingface.co/minuva/MiniLMv2-agentflow-v2)
|
9 |
|
10 |
-
This model identifies common events and patterns within the conversation flow. Such events include an apology, where the
|
11 |
|
12 |
-
This model
|
13 |
|
14 |
|
15 |
# Optimum
|
@@ -166,4 +167,4 @@ res
|
|
166 |
|
167 |
# Deployment
|
168 |
|
169 |
-
Check
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
---
|
6 |
# Conversation flow text classification
|
7 |
|
8 |
+
This a ONNX quantized model and is fined-tuned version of [MiniLMv2-L6-H384](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large).
|
9 |
The original model can be found [here](https://huggingface.co/minuva/MiniLMv2-agentflow-v2)
|
10 |
|
11 |
+
This model identifies common LLM agent events and patterns within the conversation flow. Such events include an apology, where the LLM acknowledges a mistake.
|
12 |
|
13 |
+
This model is *only* for the LLM agent texts in the dialog. For the user texts [use this model](https://huggingface.co/minuva/MiniLMv2-userflow-v2-onnx/).
|
14 |
|
15 |
|
16 |
# Optimum
|
|
|
167 |
|
168 |
# Deployment
|
169 |
|
170 |
+
Check our [llm-flow-classification repository](https://github.com/minuva/llm-flow-classification) for a FastAPI and ONNX based server to deploy this model on CPU devices.
|