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

  • Log In
  • Sign Up

anke01
/
whisper-small-uyghur

Automatic Speech Recognition
Transformers
Safetensors
uy
whisper
speech
audio
asr
uyghur
multilingual
Model card Files Files and versions
xet
Community

Instructions to use anke01/whisper-small-uyghur with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anke01/whisper-small-uyghur with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="anke01/whisper-small-uyghur")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("anke01/whisper-small-uyghur")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("anke01/whisper-small-uyghur")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-uyghur
973 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
anke01's picture
anke01
Upload fix_model_config.py with huggingface_hub
54a1d9a verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    4.43 kB
    Upload README.md with huggingface_hub 2 months ago
  • added_tokens.json
    34.6 kB
    Upload processor 2 months ago
  • config.json
    1.33 kB
    Upload WhisperForConditionalGeneration 2 months ago
  • fix_model_config.py
    4.36 kB
    Upload fix_model_config.py with huggingface_hub 2 months ago
  • generation_config.json
    15.4 kB
    Upload WhisperForConditionalGeneration 2 months ago
  • merges.txt
    494 kB
    Upload processor 2 months ago
  • model.safetensors
    967 MB
    xet
    Upload WhisperForConditionalGeneration 2 months ago
  • normalizer.json
    52.7 kB
    Upload processor 2 months ago
  • preprocessor_config.json
    356 Bytes
    Upload processor 2 months ago
  • special_tokens_map.json
    2.19 kB
    Upload processor 2 months ago
  • tokenizer.json
    3.93 MB
    Upload processor 2 months ago
  • tokenizer_config.json
    283 kB
    Upload processor 2 months ago
  • vocab.json
    836 kB
    Upload processor 2 months ago