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