Instructions to use ninja/Sentiment_Analysis2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ninja/Sentiment_Analysis2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ninja/Sentiment_Analysis2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ninja/Sentiment_Analysis2") model = AutoModelForSequenceClassification.from_pretrained("ninja/Sentiment_Analysis2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 37000
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 434187416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04429330c41a9b2259810c237e7dc17a7d852ab996123d30277599fed3d2cd5f
|
| 3 |
size 434187416
|