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

thelikhit
/
HuBERT-draft-version

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 thelikhit/HuBERT-draft-version with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thelikhit/HuBERT-draft-version with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="thelikhit/HuBERT-draft-version")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("thelikhit/HuBERT-draft-version")
    model = AutoModelForAudioClassification.from_pretrained("thelikhit/HuBERT-draft-version")
  • Notebooks
  • Google Colab
  • Kaggle
HuBERT-draft-version / runs
65.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
thelikhit's picture
thelikhit
End of training
40d9c86 verified over 1 year ago
  • Dec03_13-48-25_d63287f5e78f
    End of training over 1 year ago
  • Dec03_13-55-22_d63287f5e78f
    End of training over 1 year ago
  • Dec03_13-56-05_d63287f5e78f
    End of training over 1 year ago
  • Dec03_13-57-51_d63287f5e78f
    End of training over 1 year ago
  • Dec03_13-58-48_d63287f5e78f
    End of training over 1 year ago
  • Dec03_13-59-23_d63287f5e78f
    End of training over 1 year ago
  • Dec03_14-00-43_d63287f5e78f
    End of training over 1 year ago
  • Dec03_14-01-13_d63287f5e78f
    End of training over 1 year ago
  • Dec03_14-06-01_d63287f5e78f
    End of training over 1 year ago