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

yenpolin
/
bonito-wav2vec2-tiny

Transformers
wav2vec2
pretraining
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use yenpolin/bonito-wav2vec2-tiny with Transformers:

    # Load model directly
    from transformers import AutoProcessor, AutoModelForPreTraining
    
    processor = AutoProcessor.from_pretrained("yenpolin/bonito-wav2vec2-tiny")
    model = AutoModelForPreTraining.from_pretrained("yenpolin/bonito-wav2vec2-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
bonito-wav2vec2-tiny
3.41 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yenpolin's picture
yenpolin
use bonito first 10 cnn layer
eb8435b over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.71 kB
    use bonito first 10 cnn layer over 3 years ago
  • preprocessor_config.json
    227 Bytes
    init over 3 years ago