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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

aware-ai
/
wav2vec2-base-german

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
German
wav2vec2
mozilla-foundation/common_voice_10_0
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use aware-ai/wav2vec2-base-german with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="aware-ai/wav2vec2-base-german")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("aware-ai/wav2vec2-base-german")
    model = AutoModelForCTC.from_pretrained("aware-ai/wav2vec2-base-german", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-german
757 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
flozi00's picture
flozi00
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f1281a7 almost 3 years ago
  • runs
    Training in progress, step 1000 almost 4 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 250 almost 4 years ago
  • README.md
    1.63 kB
    update model card README.md almost 4 years ago
  • added_tokens.json
    30 Bytes
    Training in progress, step 250 almost 4 years ago
  • all_results.json
    402 Bytes
    End of training almost 4 years ago
  • config.json
    2.05 kB
    Training in progress, step 500 almost 4 years ago
  • eval_results.json
    225 Bytes
    End of training almost 4 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • preprocessor_config.json
    255 Bytes
    Training in progress, step 250 almost 4 years ago
  • pytorch_model.bin
    378 MB
    xet
    Training in progress, step 1000 almost 4 years ago
  • special_tokens_map.json
    13.2 kB
    Training in progress, step 500 almost 4 years ago
  • tokenizer_config.json
    355 Bytes
    Training in progress, step 250 almost 4 years ago
  • train_results.json
    197 Bytes
    End of training almost 4 years ago
  • trainer_state.json
    164 kB
    End of training almost 4 years ago
  • training_args.bin
    3.57 kB
    xet
    Training in progress, step 500 almost 4 years ago
  • vocab.json
    722 Bytes
    Training in progress, step 250 almost 4 years ago