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