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