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
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f5f8ec91f1c7b0824f400d80b223efe3a6c9dbd5a3c5677a274b70971b07c6f
|
| 3 |
+
size 368795584
|