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

  • Log In
  • Sign Up

osman
/
whisper-small-ug

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Uyghur
whisper
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use osman/whisper-small-ug with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="osman/whisper-small-ug")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("osman/whisper-small-ug")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("osman/whisper-small-ug")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-ug
969 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
osman's picture
osman
Update README.md
9312b4e verified over 1 year ago
  • runs
    Delete runs/Dec18_12-46-43_cl5n038 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.14 kB
    Update README.md over 1 year ago
  • added_tokens.json
    34.6 kB
    ADDING TOKENISER over 2 years ago
  • config.json
    1.32 kB
    Training in progress, step 1000 over 2 years ago
  • generation_config.json
    3.83 kB
    Model save over 2 years ago
  • merges.txt
    494 kB
    ADDING TOKENISER over 2 years ago
  • model.safetensors
    967 MB
    xet
    Training in progress, step 4000 over 2 years ago
  • normalizer.json
    52.7 kB
    ADDING TOKENISER over 2 years ago
  • preprocessor_config.json
    339 Bytes
    Training in progress, step 1000 over 2 years ago
  • special_tokens_map.json
    1.74 kB
    ADDING TOKENISER over 2 years ago
  • tokenizer_config.json
    279 kB
    ADDING TOKENISER over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    4.73 kB
    xet
    Training in progress, step 1000 over 2 years ago
  • vocab.json
    1.04 MB
    ADDING TOKENISER over 2 years ago