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