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