Instructions to use SagarCV/sentiment_analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SagarCV/sentiment_analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SagarCV/sentiment_analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SagarCV/sentiment_analysis") model = AutoModelForSequenceClassification.from_pretrained("SagarCV/sentiment_analysis") - Notebooks
- Google Colab
- Kaggle
Initial commit
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498615900
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a87e45e489188f6f397f520b196330f67e3af78a4a659d28bec98cedfc4157a2
|
| 3 |
size 498615900
|