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

JosueG
/
whisper-ewe-adja-e4v4

Automatic Speech Recognition
Transformers
Safetensors
Adioukrou
whisper
adja
ewe
asr
low-resource
cs-thesis-may-2026
Model card Files Files and versions
xet
Community

Instructions to use JosueG/whisper-ewe-adja-e4v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JosueG/whisper-ewe-adja-e4v4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="JosueG/whisper-ewe-adja-e4v4")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("JosueG/whisper-ewe-adja-e4v4")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("JosueG/whisper-ewe-adja-e4v4", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-ewe-adja-e4v4
969 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JosueG's picture
JosueG
Update model card for CS thesis release
e6138df verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.06 kB
    Update model card for CS thesis release 4 months ago
  • added_tokens.json
    34.6 kB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • config.json
    1.28 kB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • generation_config.json
    3.79 kB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • merges.txt
    494 kB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • model.safetensors
    967 MB
    xet
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • normalizer.json
    52.7 kB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • preprocessor_config.json
    356 Bytes
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • special_tokens_map.json
    2.19 kB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • tokenizer_config.json
    283 kB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago
  • vocab.json
    1.04 MB
    Publish E4v4 (Whisper-Ewe→Adja, EOS-mask fix) for serverless inference 4 months ago