Text Classification
Transformers
TensorBoard
ONNX
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use dearkarina/finetuning-emotion-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dearkarina/finetuning-emotion-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dearkarina/finetuning-emotion-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dearkarina/finetuning-emotion-model") model = AutoModelForSequenceClassification.from_pretrained("dearkarina/finetuning-emotion-model") - Notebooks
- Google Colab
- Kaggle
Upload model.onnx with huggingface_hub
Browse files- model.onnx +3 -0
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dfa7c3ac9e0161265dfa7b209665d4dcceb8f49631f144797dccdf551511034
|
| 3 |
+
size 267967990
|