Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
emotion-classification
midwest-emo
math-rock
domain-adaptation
hybrid-corpus
Eval Results (legacy)
text-embeddings-inference
Instructions to use anggars/xlm-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anggars/xlm-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anggars/xlm-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anggars/xlm-emotion") model = AutoModelForSequenceClassification.from_pretrained("anggars/xlm-emotion", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4000f00 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c946fc5563540ae1094f7942a6a6c81bf8b06a1f3c83f80f79497701713a881c
size 5265
|