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

RaivisDejus
/
whisper-tiny-lv

Automatic Speech Recognition
Transformers
ONNX
Safetensors
Latvian
whisper
Whisper
Model card Files Files and versions
xet
Community
1

Instructions to use RaivisDejus/whisper-tiny-lv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RaivisDejus/whisper-tiny-lv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="RaivisDejus/whisper-tiny-lv")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("RaivisDejus/whisper-tiny-lv")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("RaivisDejus/whisper-tiny-lv", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-lv
1.08 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
RaivisDejus's picture
RaivisDejus
Adding ONNX file of this model
ca2870d verified over 2 years ago
  • onnx
    Adding ONNX file of this model over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    462 Bytes
    Updated readme over 2 years ago
  • added_tokens.json
    34.6 kB
    Adding model files over 2 years ago
  • config.json
    1.32 kB
    Adding model files over 2 years ago
  • fix-model-metadata.py
    285 Bytes
    Adding model metadata fix script over 2 years ago
  • generation_config.json
    3.77 kB
    Adding model files over 2 years ago
  • merges.txt
    494 kB
    Adding model files over 2 years ago
  • model.safetensors
    151 MB
    xet
    Adding safetensors model metadata over 2 years ago
  • normalizer.json
    52.7 kB
    Adding model files over 2 years ago
  • optimizer.pt
    298 MB
    xet
    Adding model files over 2 years ago
  • preprocessor_config.json
    339 Bytes
    Adding model files over 2 years ago
  • rng_state.pth
    14.5 kB
    xet
    Adding model files over 2 years ago
  • scheduler.pt
    623 Bytes
    xet
    Adding model files over 2 years ago
  • special_tokens_map.json
    2.19 kB
    Adding model files over 2 years ago
  • tokenizer.json
    2.48 MB
    Adding model files over 2 years ago
  • tokenizer_config.json
    283 kB
    Adding model files over 2 years ago
  • trainer_state.json
    81.3 kB
    Adding model files over 2 years ago
  • training_args.bin
    4.59 kB
    xet
    Adding model files over 2 years ago
  • vocab.json
    1.04 MB
    Adding model files over 2 years ago
  • vocabulary.json
    1.07 MB
    Adding model files over 2 years ago