joshuasundance
commited on
Commit
•
3710178
1
Parent(s):
77c795f
Update README.md
Browse files
README.md
CHANGED
@@ -119,7 +119,7 @@ model = AbsaModel.from_pretrained(
|
|
119 |
spacy_model="en_core_web_sm",
|
120 |
)
|
121 |
# Run inference
|
122 |
-
preds = model("
|
123 |
```
|
124 |
|
125 |
<!--
|
|
|
119 |
spacy_model="en_core_web_sm",
|
120 |
)
|
121 |
# Run inference
|
122 |
+
preds = model("This laptop meets every expectation and Windows 7 is great!")
|
123 |
```
|
124 |
|
125 |
<!--
|