jspaulsen commited on
Commit
411000a
·
verified ·
1 Parent(s): dbd4d8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  # Actionable-BERT
2
 
3
  A ModernBERT-based binary classifier for determining whether a conversation should be routed to a larger, more capable agent. The model analyzes conversation history and predicts if the user's request requires advanced reasoning or can be handled by a simpler system.
@@ -61,4 +68,4 @@ print(f"Prediction: {labels[prediction]}")
61
 
62
  ## Dataset
63
 
64
- Trained on [jspaulsen/actionable-bert-dataset](https://huggingface.co/datasets/jspaulsen/actionable-bert-dataset).
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - jspaulsen/actionable-bert-dataset
5
+ base_model:
6
+ - answerdotai/ModernBERT-base
7
+ ---
8
  # Actionable-BERT
9
 
10
  A ModernBERT-based binary classifier for determining whether a conversation should be routed to a larger, more capable agent. The model analyzes conversation history and predicts if the user's request requires advanced reasoning or can be handled by a simpler system.
 
68
 
69
  ## Dataset
70
 
71
+ Trained on [jspaulsen/actionable-bert-dataset](https://huggingface.co/datasets/jspaulsen/actionable-bert-dataset).