Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ You can then run inference as follows:
|
|
| 27 |
from setfit import SetFitModel
|
| 28 |
|
| 29 |
# Download from Hub and run inference
|
| 30 |
-
model = SetFitModel.from_pretrained("Kick28/finetunned_sbert
|
| 31 |
# Run inference
|
| 32 |
preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
|
| 33 |
```
|
|
|
|
| 27 |
from setfit import SetFitModel
|
| 28 |
|
| 29 |
# Download from Hub and run inference
|
| 30 |
+
model = SetFitModel.from_pretrained("Kick28/finetunned_sbert")
|
| 31 |
# Run inference
|
| 32 |
preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
|
| 33 |
```
|