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

kdcyberdude
/
w2v-bert-punjabi

Automatic Speech Recognition
Transformers
Safetensors
Panjabi
wav2vec2-bert
Model card Files Files and versions
xet
Community

Instructions to use kdcyberdude/w2v-bert-punjabi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kdcyberdude/w2v-bert-punjabi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="kdcyberdude/w2v-bert-punjabi")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("kdcyberdude/w2v-bert-punjabi")
    model = AutoModelForCTC.from_pretrained("kdcyberdude/w2v-bert-punjabi", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
w2v-bert-punjabi / language_model
3.56 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
kdcyberdude's picture
kdcyberdude
Upload processor
fc289c9 verified over 2 years ago
  • 5gram_pa_3_correct.arpa
    3.55 GB
    xet
    Upload processor over 2 years ago
  • attrs.json
    78 Bytes
    Upload processor over 2 years ago
  • unigrams.txt
    15.8 MB
    xet
    Upload processor over 2 years ago