Kill Shot
commited on
Commit
•
f839354
1
Parent(s):
387b933
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ from setfit import SetFitModel
|
|
30 |
# Download from Hub and run inference
|
31 |
model = SetFitModel.from_pretrained("/var/folders/lm/k69sycyx5538ldsk5n0ln5000000gn/T/tmp7vmgfud9/killshot977/intents-setfit-model")
|
32 |
# Run inference
|
33 |
-
preds = model(["
|
34 |
```
|
35 |
|
36 |
## BibTeX entry and citation info
|
|
|
30 |
# Download from Hub and run inference
|
31 |
model = SetFitModel.from_pretrained("/var/folders/lm/k69sycyx5538ldsk5n0ln5000000gn/T/tmp7vmgfud9/killshot977/intents-setfit-model")
|
32 |
# Run inference
|
33 |
+
preds = model(["I want to tour this community","do you have a 1 bedroom", "what is your availability", "can i visit this place?", "you really did me a solid!"])
|
34 |
```
|
35 |
|
36 |
## BibTeX entry and citation info
|