nickprock commited on
Commit
fa0f6ce
1 Parent(s): 903add4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ You can then run inference as follows:
41
  from setfit import SetFitModel
42
 
43
  # Download from Hub and run inference
44
- model = SetFitModel.from_pretrained("setfit-italian-hate-speech")
45
  # Run inference
46
  preds = model(["Lei è una brutta bugiarda!", "Mi piace la pizza"])
47
  ```
 
41
  from setfit import SetFitModel
42
 
43
  # Download from Hub and run inference
44
+ model = SetFitModel.from_pretrained("nickprock/setfit-italian-hate-speech")
45
  # Run inference
46
  preds = model(["Lei è una brutta bugiarda!", "Mi piace la pizza"])
47
  ```