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