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

GetmanY1
/
wav2vec2-base-fi-150k

Automatic Speech Recognition
Transformers
Safetensors
Finnish
wav2vec2
pretraining
finnish
Model card Files Files and versions
xet
Community

Instructions to use GetmanY1/wav2vec2-base-fi-150k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use GetmanY1/wav2vec2-base-fi-150k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="GetmanY1/wav2vec2-base-fi-150k")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForPreTraining
    
    processor = AutoProcessor.from_pretrained("GetmanY1/wav2vec2-base-fi-150k")
    model = AutoModelForPreTraining.from_pretrained("GetmanY1/wav2vec2-base-fi-150k")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-fi-150k
380 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
GetmanY1's picture
GetmanY1
Update README.md
c0bab87 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    6.95 kB
    Update README.md 3 months ago
  • config.json
    2.04 kB
    Update config.json about 2 years ago
  • model.safetensors
    380 MB
    xet
    Upload Wav2Vec2ForPreTraining about 2 years ago
  • preprocessor_config.json
    255 Bytes
    Create preprocessor_config.json about 2 years ago