janmariakowalski
commited on
Commit
•
51fdf36
1
Parent(s):
ddededf
Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ Then you can load this model and run inference.
|
|
91 |
from setfit import SetFitModel
|
92 |
|
93 |
# Download from the 🤗 Hub
|
94 |
-
model = SetFitModel.from_pretrained("
|
95 |
# Run inference
|
96 |
preds = model("Półki regału Biblioteka są zbyt wąskie.")
|
97 |
```
|
|
|
91 |
from setfit import SetFitModel
|
92 |
|
93 |
# Download from the 🤗 Hub
|
94 |
+
model = SetFitModel.from_pretrained("janmariakowalski/LiderzyAI-homestyle-reklamacje")
|
95 |
# Run inference
|
96 |
preds = model("Półki regału Biblioteka są zbyt wąskie.")
|
97 |
```
|