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 training_args (1).bin
Browse files- training_args (1).bin +0 -3
training_args (1).bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f2ec049d4430a0f4619a1bf6076acb5fdee3110102fdcc72c8da1eca7429ee2e
|
| 3 |
-
size 3515
|
|
|
|
|
|
|
|
|
|
|
|