teostereciu commited on
Commit
5c9fcba
·
1 Parent(s): de5888a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ You can then run inference as follows:
32
  from setfit import SetFitModel
33
 
34
  # Download from Hub and run inference
35
- model = SetFitModel.from_pretrained("/var/folders/x1/dl1z_tcs7zb6pppfbf65d5sh0000gn/T/tmp5w7ybndg/teostereciu/wikidata-property-recognizer")
36
  # Run inference
37
  preds = model(["Who developed Celeste?", "How many copies has The Last of Us Part II sold?"])
38
  ```
 
32
  from setfit import SetFitModel
33
 
34
  # Download from Hub and run inference
35
+ model = SetFitModel.from_pretrained("teostereciu/wikidata-property-recognizer")
36
  # Run inference
37
  preds = model(["Who developed Celeste?", "How many copies has The Last of Us Part II sold?"])
38
  ```