pvl commited on
Commit
05ca6e3
·
verified ·
1 Parent(s): fffffe4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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 [nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large).
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 agent acknowledges a mistake, and a complaint, when a user expresses dissatisfaction.
11
 
12
- This model should be used *only* for agent dialogs.
13
 
14
 
15
  # Optimum
@@ -166,4 +167,4 @@ res
166
 
167
  # Deployment
168
 
169
- 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
  # 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.