pvl commited on
Commit
dec0d0e
1 Parent(s): 47243b7

Updated readme

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
  language:
3
  - en
 
4
  ---
5
 
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
 
15
 
16
  # Optimum
@@ -195,4 +195,4 @@ res
195
 
196
  # Deployment
197
 
198
- Check [our repository](https://github.com/minuva/flow-cloudrun) to see how to easily deploy this (quantized) model in a serverless environment with fast CPU inference and light resource utilization.
 
1
  ---
2
  language:
3
  - en
4
+ license: apache-2.0
5
  ---
6
 
7
+ # LLM user flow classification
8
 
9
+ 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).
 
10
 
11
+ This model identifies common events and patterns within the conversation flow. Such events include, for example, complaint, when a user expresses dissatisfaction.
12
 
13
+ This model is used *only* for the user texts. For the LLM texts in the dialog use this [agent model](https://huggingface.co/minuva/MiniLMv2-agentflow-v2-onnx).
14
 
15
 
16
  # Optimum
 
195
 
196
  # Deployment
197
 
198
+ 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.