Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

logasanjeev
/
bert-emotion-classifier

Text Classification
Transformers
ONNX
Safetensors
PyTorch
English
multi-label-classification
multi-class-classification
emotion
bert
go_emotions
emotion-classification
sentiment-analysis
tensorflow
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use logasanjeev/bert-emotion-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use logasanjeev/bert-emotion-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="logasanjeev/bert-emotion-classifier")
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("logasanjeev/bert-emotion-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-emotion-classifier
7.09 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
logasanjeev's picture
logasanjeev
Delete vocab.txt
335e732 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.6 kB
    Update README.md about 1 year ago
  • inference.py
    974 Bytes
    Add inference script about 1 year ago