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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JamieYCR
/
goemotions-chatbot-emotion-classifier

Text Classification
Transformers
Safetensors
English
emotion-classification
goemotions
deberta-v3
chatbot
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use JamieYCR/goemotions-chatbot-emotion-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JamieYCR/goemotions-chatbot-emotion-classifier")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("JamieYCR/goemotions-chatbot-emotion-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
goemotions-chatbot-emotion-classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
JamieYCR's picture
JamieYCR
Add files using upload-large-folder tool
3784eed verified 4 months ago
  • encoder
    Add files using upload-large-folder tool 4 months ago
  • tokenizer
    Add files using upload-large-folder tool 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.94 kB
    Add files using upload-large-folder tool 4 months ago
  • head_a.pt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    117 kB
    xet
    Add files using upload-large-folder tool 4 months ago
  • inference.py
    6.42 kB
    Add files using upload-large-folder tool 4 months ago
  • metadata.json
    20.5 kB
    Add files using upload-large-folder tool 4 months ago
  • requirements.txt
    61 Bytes
    Add files using upload-large-folder tool 4 months ago