Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ spatial queries such as costs and prices in a specific area, not just those cont
|
|
| 49 |
```python
|
| 50 |
from setfit import SetFitModel
|
| 51 |
|
| 52 |
-
model = SetFitModel.from_pretrained("
|
| 53 |
preds = model([
|
| 54 |
"weather in erlanger ky",
|
| 55 |
"what is symptom of bipolar disorder"
|
|
|
|
| 49 |
```python
|
| 50 |
from setfit import SetFitModel
|
| 51 |
|
| 52 |
+
model = SetFitModel.from_pretrained("https://huggingface.co/ilyankou/spatial-classifier")
|
| 53 |
preds = model([
|
| 54 |
"weather in erlanger ky",
|
| 55 |
"what is symptom of bipolar disorder"
|