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

obadx
/
recitation-segmenter-v2

Automatic Speech Recognition
Transformers
Safetensors
Arabic
wav2vec2-bert
audio-frame-classification
Generated from Trainer
arabic
quran
speech-segmentation
Model card Files Files and versions
xet
Community
1

Instructions to use obadx/recitation-segmenter-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use obadx/recitation-segmenter-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="obadx/recitation-segmenter-v2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioFrameClassification
    
    processor = AutoProcessor.from_pretrained("obadx/recitation-segmenter-v2")
    model = AutoModelForAudioFrameClassification.from_pretrained("obadx/recitation-segmenter-v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
recitation-segmenter-v2
2.32 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
obadx's picture
obadx
refine citations
5ee9036 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    8.96 kB
    refine citations 11 months ago
  • config.json
    1.94 kB
    End of training over 1 year ago
  • model.safetensors
    2.32 GB
    xet
    End of training over 1 year ago
  • preprocessor_config.json
    275 Bytes
    undo last commit over 1 year ago
  • test_results.json
    329 Bytes
    End of training over 1 year ago
  • training_args.bin
    5.3 kB
    xet
    End of training over 1 year ago