Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ LOW: 308 examples (50.0%)
|
|
33 |
from adaptive_classifier import AdaptiveClassifier
|
34 |
|
35 |
# Load the model
|
36 |
-
classifier = AdaptiveClassifier.from_pretrained("adaptive-classifier/
|
37 |
|
38 |
# Make predictions
|
39 |
text = "Your text here"
|
|
|
33 |
from adaptive_classifier import AdaptiveClassifier
|
34 |
|
35 |
# Load the model
|
36 |
+
classifier = AdaptiveClassifier.from_pretrained("adaptive-classifier/llm-router")
|
37 |
|
38 |
# Make predictions
|
39 |
text = "Your text here"
|