Instructions to use qandos0/SentimentArEng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qandos0/SentimentArEng with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="qandos0/SentimentArEng")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("qandos0/SentimentArEng") model = AutoModelForSequenceClassification.from_pretrained("qandos0/SentimentArEng") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6b90a3f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:080f6bed48816d46381700044e528908b18c25371caa96cf28903f53a6bd3be0
size 4664
|