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: 129 Bytes
6c09667 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:285ea59fa8936381ad7ee4ca536a1b6ce932342f81985c2503d0b2279c0b6443
size 5048
|