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

nubiaebv
/
musicbot-emotion-classifier

Text Classification
Transformers
Safetensors
Spanish
English
distilbert
emotion-classification
music
lyrics
spanish
english
fine-tuned
education
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use nubiaebv/musicbot-emotion-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nubiaebv/musicbot-emotion-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nubiaebv/musicbot-emotion-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("nubiaebv/musicbot-emotion-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
musicbot-emotion-classifier
544 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
nubiaebv's picture
nubiaebv
Add model card
0b29f6c verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    11.3 kB
    Add model card about 1 month ago
  • config.json
    883 Bytes
    Upload DistilBertForSequenceClassification about 1 month ago
  • model.safetensors
    541 MB
    xet
    Upload DistilBertForSequenceClassification about 1 month ago
  • tokenizer.json
    2.92 MB
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    564 Bytes
    Upload tokenizer about 1 month ago