pvl commited on
Commit
992efef
1 Parent(s): 9bed0f6

Update README.md

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