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