Upload from benchmark script
Browse files- README.md +1 -1
- examples.json +0 -0
- model.safetensors +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("
|
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/model-name")
|
37 |
|
38 |
# Make predictions
|
39 |
text = "Your text here"
|
examples.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3553504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:112ac86861bdeed55cb02426a02d16e4c7d9cb94d3bb4df93b1b73bb0c89b42f
|
3 |
size 3553504
|