Update README.md
Browse files
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-
|
111 |
-
"firqaaa/indo-
|
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.")
|