Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,9 @@
|
|
3 |
This a ONNX quantized model and is fined-tuned version of [nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large).
|
4 |
The original model can be found [here](minuva/MiniLMv2-userflow-v2)
|
5 |
|
6 |
-
A flow label
|
|
|
|
|
7 |
|
8 |
# Usage
|
9 |
|
|
|
3 |
This a ONNX quantized model and is fined-tuned version of [nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large).
|
4 |
The original model can be found [here](minuva/MiniLMv2-userflow-v2)
|
5 |
|
6 |
+
A flow label identifies common events and patterns within the conversation flow. Such events include an apology, where the agent acknowledges a mistake, and a complaint, when a user expresses dissatisfaction.
|
7 |
+
|
8 |
+
This model should be used *only* for user dialogs.
|
9 |
|
10 |
# Usage
|
11 |
|