Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Vasanth
/
bert_emo_classifier

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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
bert_emo_classifier / runs
31 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Vasanth's picture
Vasanth
End of training
39c86cc almost 4 years ago
  • Jul30_23-41-12_f695674a8184
    End of training almost 4 years ago
  • Jul31_11-54-53_93a43052fdb8
    End of training almost 4 years ago