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
File size: 134 Bytes
be75f8d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e338ae07e995aa82e0201531ac46483ffc26a963b3f43aa6595c8d93fec216f3
size 436341820
|