Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Vasanth/bert_emo_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vasanth/bert_emo_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Vasanth/bert_emo_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Vasanth/bert_emo_classifier") model = AutoModelForSequenceClassification.from_pretrained("Vasanth/bert_emo_classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9aeef051ad96ef8dc0faaf057335b483ff6331354cc46fd094f8f2bb9155150b
- Size of remote file:
- 438 MB
- SHA256:
- cdc3e990d092b900e9374380ed520973340c0abb13db0a82cf25808fe33ae055
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.