Commit ·
5c9fcba
1
Parent(s): de5888a
Update README.md
Browse files
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("
|
| 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 |
```
|