Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

IbrahimSalah
/
Arabic_speech_Syllables_recognition_Using_Wav2vec2

Automatic Speech Recognition
Transformers
PyTorch
Arabic
wav2vec2
Arabic
MSA
Speech
Syllables
Wav2vec
ASR
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use IbrahimSalah/Arabic_speech_Syllables_recognition_Using_Wav2vec2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="IbrahimSalah/Arabic_speech_Syllables_recognition_Using_Wav2vec2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("IbrahimSalah/Arabic_speech_Syllables_recognition_Using_Wav2vec2")
    model = AutoModelForCTC.from_pretrained("IbrahimSalah/Arabic_speech_Syllables_recognition_Using_Wav2vec2")
  • Notebooks
  • Google Colab
  • Kaggle
Arabic_speech_Syllables_recognition_Using_Wav2vec2
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 60 commits
IbrahimSalah's picture
IbrahimSalah
Update README.md
0e544c3 verified over 1 year ago
  • language_model
    Update language_model/attrs.json almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • Final Paper Syllable-Based Arabic Speech Recognition Using Wav2Vec.pdf
    423 kB
    Upload Final Paper Syllable-Based Arabic Speech Recognition Using Wav2Vec.pdf over 1 year ago
  • README.md
    2.53 kB
    Update README.md over 1 year ago
  • added_tokens.json
    5 Bytes
    Upload added_tokens.json with huggingface_hub almost 3 years ago
  • alphabet.json
    98.6 kB
    Upload alphabet.json with huggingface_hub almost 3 years ago
  • config.json
    2.37 kB
    Upload config.json with huggingface_hub almost 3 years ago
  • preprocessor_config.json
    262 Bytes
    Upload preprocessor_config.json with huggingface_hub almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.27 GB
    xet
    Upload Wav2Vec2ForCTC almost 3 years ago
  • special_tokens_map.json
    95 Bytes
    Upload special_tokens_map.json with huggingface_hub almost 3 years ago
  • tokenizer_config.json
    399 Bytes
    Upload tokenizer_config.json with huggingface_hub almost 3 years ago
  • vocab.json
    64.7 kB
    Upload vocab.json with huggingface_hub almost 3 years ago