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