firqaaa commited on
Commit
39b62c2
1 Parent(s): 3e4bdf2

Update README.md

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