Instructions to use a2ran/emotion_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use a2ran/emotion_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="a2ran/emotion_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("a2ran/emotion_classification") model = AutoModelForSequenceClassification.from_pretrained("a2ran/emotion_classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3c69c18bae01146e1538b00280563f0988dd179f62e8857f47388b686f19a3d7
- Size of remote file:
- 541 MB
- SHA256:
- ec95e6f21d70d02b2777395d0d1159fa879771b5660f352aa5fdeb2744b1f374
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.