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

patrickvonplaten
/
wav2vec2-base-v2

Transformers
wav2vec2
pretraining
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use patrickvonplaten/wav2vec2-base-v2 with Transformers:

    # Load model directly
    from transformers import AutoProcessor, AutoModelForPreTraining
    
    processor = AutoProcessor.from_pretrained("patrickvonplaten/wav2vec2-base-v2")
    model = AutoModelForPreTraining.from_pretrained("patrickvonplaten/wav2vec2-base-v2")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-v2
2.89 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
lbourdois's picture
lbourdois
Upload README.md with huggingface_hub
819d42f over 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    21 Bytes
    Upload README.md with huggingface_hub over 3 years ago
  • config.json
    1.48 kB
    Update config.json over 4 years ago
  • preprocessor_config.json
    214 Bytes
    upload all files over 4 years ago