Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Almancy/finetuning-emotion-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Almancy/finetuning-emotion-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Almancy/finetuning-emotion-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Almancy/finetuning-emotion-model") model = AutoModelForSequenceClassification.from_pretrained("Almancy/finetuning-emotion-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
caf1621 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:15ddfe98c09c635f7d0cffd7b91705cc3cb433810b39f28af3c92e0e36f97e90
size 5112
|