firqaaa commited on
Commit
6d0c783
1 Parent(s): 5337102

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -106,8 +106,8 @@ from setfit import AbsaModel
106
 
107
  # Download from the 🤗 Hub
108
  model = AbsaModel.from_pretrained(
109
- "firqaaa/indo-setfit-absa-bert-base-restaurants-aspect",
110
- "firqaaa/indo-setfit-absa-bert-base-restaurants-polarity",
111
  )
112
  # Run inference
113
  preds = model("The food was great, but the venue is just way too busy.")
 
106
 
107
  # Download from the 🤗 Hub
108
  model = AbsaModel.from_pretrained(
109
+ "firqaaa/setfit-indo-absa-restaurants-aspect",
110
+ "firqaaa/setfit-indo-absa-restaurants-polarity",
111
  )
112
  # Run inference
113
  preds = model("The food was great, but the venue is just way too busy.")