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

othrif
/
wav2vec_test

Automatic Speech Recognition
Transformers
PyTorch
Arabic
wav2vec2
audio
speech
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use othrif/wav2vec_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="othrif/wav2vec_test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("othrif/wav2vec_test")
    model = AutoModelForCTC.from_pretrained("othrif/wav2vec_test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec_test
3.75 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
othrif's picture
othrif
Update README.md
7f73f6c over 5 years ago
  • .gitattributes
    690 Bytes
    initial commit over 5 years ago
  • README.md
    1.92 kB
    Update README.md over 5 years ago
  • config.json
    1.56 kB
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • optimizer.pt
    2.49 GB
    xet
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • preprocessor_config.json
    158 Bytes
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • scheduler.pt
    623 Bytes
    xet
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • special_tokens_map.json
    85 Bytes
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • tokenizer_config.json
    138 Bytes
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • trainer_state.json
    2.26 kB
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • training_args.bin
    2.29 kB
    xet
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago
  • vocab.json
    433 Bytes
    test of egyptian arabic with wav2vec2 fine-tuning over 5 years ago