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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6c09667 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b6d879f0b6908423a11beb32d2047d0d082583118245ccd87e83de309a47bb2e
size 1474949370
|