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