codelion commited on
Commit
4b9c532
·
verified ·
1 Parent(s): cdea27e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/model-name")
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"