Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ reviews = ["Really long wait time for drinks and food and then for food order wr
|
|
| 31 |
"Beyond brilliant! Rachel's energy is something else and she entertains them children thoroughly throughout the entire time of booking, plenty of dancing and music and she matches her routine to the ages of the children.I've used for a couple of years now and have no hesitation in booking her for every kids event we have, She makes it a proper party and the adults love it too!",
|
| 32 |
"Terrible Got charged 5 times Over half the times smashed and still waiting for someone to contact me..."]
|
| 33 |
|
| 34 |
-
pipe = pipeline(task="sentiment-analysis", model="Kerassy/
|
| 35 |
|
| 36 |
preds = pipe(reviews)
|
| 37 |
print(preds)
|
|
|
|
| 31 |
"Beyond brilliant! Rachel's energy is something else and she entertains them children thoroughly throughout the entire time of booking, plenty of dancing and music and she matches her routine to the ages of the children.I've used for a couple of years now and have no hesitation in booking her for every kids event we have, She makes it a proper party and the adults love it too!",
|
| 32 |
"Terrible Got charged 5 times Over half the times smashed and still waiting for someone to contact me..."]
|
| 33 |
|
| 34 |
+
pipe = pipeline(task="sentiment-analysis", model="Kerassy/bert_base_tp_123k", device="cuda") # or "cpu"
|
| 35 |
|
| 36 |
preds = pipe(reviews)
|
| 37 |
print(preds)
|