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

arham061
/
distilhubert-finetuned-RHD_Dataset

Audio Classification
Transformers
TensorBoard
Safetensors
hubert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use arham061/distilhubert-finetuned-RHD_Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arham061/distilhubert-finetuned-RHD_Dataset with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="arham061/distilhubert-finetuned-RHD_Dataset")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("arham061/distilhubert-finetuned-RHD_Dataset")
    model = AutoModelForAudioClassification.from_pretrained("arham061/distilhubert-finetuned-RHD_Dataset")
  • Notebooks
  • Google Colab
  • Kaggle
distilhubert-finetuned-RHD_Dataset / runs
96.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
arham061's picture
arham061
Training in progress, epoch 8
336f7d0 verified about 2 years ago
  • Dec13_16-43-03_ad29790ab0ae
    Training in progress, epoch 10 over 2 years ago
  • Feb19_20-06-32_b1890c9e7fa3
    Training in progress, epoch 3 about 2 years ago
  • Feb19_20-17-58_b1890c9e7fa3
    Training in progress, epoch 3 about 2 years ago
  • Feb19_20-20-39_b1890c9e7fa3
    Training in progress, epoch 3 about 2 years ago
  • Feb19_20-22-03_b1890c9e7fa3
    Training in progress, epoch 8 about 2 years ago