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

KhaldiAbderrhmane
/
emotion-classifier-hubert

Text Classification
Transformers
Safetensors
hubert
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use KhaldiAbderrhmane/emotion-classifier-hubert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KhaldiAbderrhmane/emotion-classifier-hubert", trust_remote_code=True)
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSequenceClassification
    
    processor = AutoProcessor.from_pretrained("KhaldiAbderrhmane/emotion-classifier-hubert", trust_remote_code=True)
    model = AutoModelForSequenceClassification.from_pretrained("KhaldiAbderrhmane/emotion-classifier-hubert", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
emotion-classifier-hubert
1.28 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
not-lain's picture
not-lain
fix HF integration
cd3a2e4 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.18 kB
    Upload EmotionClassifierHuBERT about 2 years ago
  • __init__.py
    135 Bytes
    Upload 3 files about 2 years ago
  • config.json
    391 Bytes
    fix HF integration about 2 years ago
  • configuration_emotion_classifier.py
    355 Bytes
    fix HF integration about 2 years ago
  • model.safetensors
    1.28 GB
    xet
    fix HF integration about 2 years ago
  • modeling_emotion_classifier.py
    1.3 kB
    Update modeling_emotion_classifier.py about 2 years ago