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

fydhfzh
/
wav2vec2-classifier

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

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

  • Libraries
  • Transformers

    How to use fydhfzh/wav2vec2-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="fydhfzh/wav2vec2-classifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("fydhfzh/wav2vec2-classifier")
    model = AutoModelForAudioClassification.from_pretrained("fydhfzh/wav2vec2-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-classifier / runs
374 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
fydhfzh's picture
fydhfzh
End of training
a42a1e0 verified almost 2 years ago
  • Jun13_00-04-21_LAPTOP-1GID9RGH
    Model save almost 2 years ago
  • Jun13_07-44-24_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun14_23-23-26_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun15_15-00-59_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun15_15-03-54_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun15_17-35-55_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun16_01-07-13_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun16_01-23-22_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun16_01-27-10_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun16_01-59-08_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun16_13-42-27_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun16_13-56-26_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun16_14-07-02_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun16_16-45-55_LAPTOP-1GID9RGH
    End of training almost 2 years ago
  • Jun17_22-44-23_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun17_23-14-28_LAPTOP-1GID9RGH
    Training in progress, step 500 almost 2 years ago
  • Jun20_21-43-59_LAPTOP-1GID9RGH
    End of training almost 2 years ago