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

MatsRooth
/
wav2vec2-base_than_I_did

Audio Classification
Transformers
Safetensors
wav2vec2
feature-extraction
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use MatsRooth/wav2vec2-base_than_I_did with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="MatsRooth/wav2vec2-base_than_I_did")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("MatsRooth/wav2vec2-base_than_I_did")
    model = AutoModel.from_pretrained("MatsRooth/wav2vec2-base_than_I_did")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base_than_I_did
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MatsRooth's picture
MatsRooth
Update README.md
7f2b4aa verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.55 kB
    Update README.md about 2 years ago
  • config.json
    2.52 kB
    Upload model about 2 years ago
  • model.safetensors
    378 MB
    xet
    Upload model about 2 years ago