Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

anderloh
/
wav2vec_small

Transformers
wav2vec2
pretraining
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use anderloh/wav2vec_small with Transformers:

    # Load model directly
    from transformers import AutoProcessor, AutoModelForPreTraining
    
    processor = AutoProcessor.from_pretrained("anderloh/wav2vec_small")
    model = AutoModelForPreTraining.from_pretrained("anderloh/wav2vec_small")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec_small
3.21 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
anderloh's picture
anderloh
Create preprocessor_config.json
69fdaae verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    1.48 kB
    Create config.json about 2 years ago
  • preprocessor_config.json
    214 Bytes
    Create preprocessor_config.json about 2 years ago