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