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

sourabharsh
/
wav2vec2_10july

Automatic Speech Recognition
Transformers
PyTorch
German
wav2vec2
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use sourabharsh/wav2vec2_10july with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="sourabharsh/wav2vec2_10july")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("sourabharsh/wav2vec2_10july")
    model = AutoModelForCTC.from_pretrained("sourabharsh/wav2vec2_10july")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2_10july
378 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Sourabh Gupta
Merge branch 'main' of https://huggingface.co/sourabharsh/wav2vec2_10july
fb636f0 almost 5 years ago
  • .DS_Store
    6.15 kB
    third floor almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    542 Bytes
    Update README.md almost 5 years ago
  • config.json
    1.9 kB
    third floor almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    378 MB
    xet
    third floor almost 5 years ago
  • special_tokens_map.json
    85 Bytes
    upload vocab.json and other files almost 5 years ago
  • tokenizer_config.json
    181 Bytes
    upload vocab.json and other files almost 5 years ago
  • vocab.json
    268 Bytes
    third floor almost 5 years ago