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

IbrahimSalah
/
Wav2vecLarge_quran_syllables_recognition

Automatic Speech Recognition
Transformers
Safetensors
Arabic
wav2vec2
Quran
speech
arabic
asr
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use IbrahimSalah/Wav2vecLarge_quran_syllables_recognition with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="IbrahimSalah/Wav2vecLarge_quran_syllables_recognition")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("IbrahimSalah/Wav2vecLarge_quran_syllables_recognition")
    model = AutoModelForCTC.from_pretrained("IbrahimSalah/Wav2vecLarge_quran_syllables_recognition", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Wav2vecLarge_quran_syllables_recognition
1.28 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
IbrahimSalah's picture
IbrahimSalah
Update README.md
6eeb58d verified over 1 year ago
  • language_model
    Rename 5gram_4.bin to language_model/5gram.bin over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.21 kB
    Update README.md over 1 year ago
  • alphabet.json
    62.8 kB
    Rename alphabet (4).json to alphabet.json over 2 years ago
  • config.json
    2.34 kB
    Upload Wav2Vec2ForCTC over 2 years ago
  • datasetMetadata.xml
    3.02 kB
    Upload datasetMetadata.xml over 1 year ago
  • model.safetensors
    1.27 GB
    xet
    Upload Wav2Vec2ForCTC over 2 years ago
  • preprocessor_config.json
    254 Bytes
    Upload processor over 2 years ago
  • special_tokens_map.json
    275 Bytes
    Upload processor over 2 years ago
  • tokenizer_config.json
    357 kB
    Upload processor over 2 years ago
  • vocab.json
    42 kB
    Upload processor over 2 years ago