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