pvl commited on
Commit
9bed0f6
1 Parent(s): 05ca6e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -3,13 +3,13 @@ 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
 
 
3
  - en
4
  license: apache-2.0
5
  ---
6
+ # LLM agent flow text classification
 
 
 
7
 
8
  This model identifies common LLM agent events and patterns within the conversation flow. Such events include an apology, where the LLM acknowledges a mistake.
9
 
10
+ It is ONNX quantized and is a fined-tune of [MiniLMv2-L6-H384](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large).
11
+ The base model can be found [here](https://huggingface.co/minuva/MiniLMv2-agentflow-v2)
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