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