Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use masapasa/sagemaker-distilbert-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use masapasa/sagemaker-distilbert-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="masapasa/sagemaker-distilbert-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("masapasa/sagemaker-distilbert-emotion") model = AutoModelForSequenceClassification.from_pretrained("masapasa/sagemaker-distilbert-emotion") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 863968318a1a6be40a123267bd792368e41911233a045ab52fdca4b6562ee0b8
- Size of remote file:
- 2.99 kB
- SHA256:
- 2971acb994268940de26fc00cc9d12caec719ceadc5cc59af443351fb55ad76f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.