Kick28 commited on
Commit
df43f19
·
1 Parent(s): 9715298

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ You can then run inference as follows:
27
  from setfit import SetFitModel
28
 
29
  # Download from Hub and run inference
30
- model = SetFitModel.from_pretrained("Kick28/finetunned_sbert)")
31
  # Run inference
32
  preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
33
  ```
 
27
  from setfit import SetFitModel
28
 
29
  # Download from Hub and run inference
30
+ model = SetFitModel.from_pretrained("Kick28/finetunned_sbert")
31
  # Run inference
32
  preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
33
  ```