Ngit commited on
Commit
4490f2c
1 Parent(s): 3ffd10a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 is orthogonal to the main conversation goal, implying that it categorizes actions or responses in a way that is independent from the primary objective of the conversation.
 
 
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