ilyankou commited on
Commit
5e36c3d
·
verified ·
1 Parent(s): 2a68202

Update README.md

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