Instructions to use MutazYoune/Absa_AspectSentiment_hotels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MutazYoune/Absa_AspectSentiment_hotels with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MutazYoune/Absa_AspectSentiment_hotels")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MutazYoune/Absa_AspectSentiment_hotels") model = AutoModelForSequenceClassification.from_pretrained("MutazYoune/Absa_AspectSentiment_hotels") - Notebooks
- Google Colab
- Kaggle
Commit ·
be75f8d
1
Parent(s): 7eff39e
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e338ae07e995aa82e0201531ac46483ffc26a963b3f43aa6595c8d93fec216f3
|
| 3 |
+
size 436341820
|