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

heado
/
my_model

Audio Classification
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use heado/my_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use heado/my_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="heado/my_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("heado/my_model")
    model = AutoModelForAudioClassification.from_pretrained("heado/my_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_model / runs
39.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
heado's picture
heado
heado/audio
17c5cc3 verified 10 months ago
  • Sep18_21-00-11_56be5970f861
    heado/audio 10 months ago
  • Sep18_21-06-29_4ed70b94172d
    heado/audio 10 months ago
  • Sep18_21-07-16_4ed70b94172d
    heado/audio 10 months ago
  • Sep18_21-07-47_4ed70b94172d
    heado/audio 10 months ago
  • Sep18_21-10-44_577eea9f1c0c
    heado/audio 10 months ago
  • Sep18_21-11-22_577eea9f1c0c
    heado/audio 10 months ago
  • Sep18_21-11-49_577eea9f1c0c
    heado/audio 10 months ago
  • Sep18_21-12-59_577eea9f1c0c
    heado/audio 10 months ago
  • Sep18_21-14-06_577eea9f1c0c
    heado/audio 10 months ago
  • Sep18_21-15-09_577eea9f1c0c
    heado/audio 10 months ago
  • Sep18_21-17-46_577eea9f1c0c
    heado/audio 10 months ago