Ngit commited on
Commit
aacb62a
1 Parent(s): 1b0d91b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,9 +6,9 @@ language:
6
  # Text Classification of conversation flow
7
 
8
  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).
9
- The original model can be found [here](minuva/MiniLMv2-userflow-v2)
10
 
11
- 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.
12
 
13
  This model should be used *only* for user dialogs.
14
 
 
6
  # Text Classification of conversation flow
7
 
8
  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).
9
+ The original model can be found [here](https://huggingface.co/minuva/MiniLMv2-userflow-v2)
10
 
11
+ This model 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.
12
 
13
  This model should be used *only* for user dialogs.
14