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

DeividasM
/
whisper-small-lt

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Lithuanian
whisper
lt-asr-leaderboard
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use DeividasM/whisper-small-lt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="DeividasM/whisper-small-lt")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("DeividasM/whisper-small-lt")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("DeividasM/whisper-small-lt", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-lt
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
DeividasM's picture
DeividasM
Update README.md
6ddd95e almost 4 years ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.53 kB
    Upload WHISPER.png almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 1000 almost 4 years ago
  • README.md
    2.07 kB
    Update README.md almost 4 years ago
  • WHISPER.png
    2.52 MB
    xet
    Upload WHISPER.png almost 4 years ago
  • added_tokens.json
    2.11 kB
    Upload tokenizer almost 4 years ago
  • config.json
    1.03 kB
    Training in progress, step 1000 almost 4 years ago
  • merges.txt
    494 kB
    Upload tokenizer almost 4 years ago
  • normalizer.json
    52.7 kB
    Upload tokenizer almost 4 years ago
  • preprocessor_config.json
    185 kB
    Training in progress, step 1000 almost 4 years ago
  • pytorch_model.bin
    967 MB
    xet
    End of training almost 4 years ago
  • special_tokens_map.json
    2.06 kB
    Upload tokenizer almost 4 years ago
  • tokenizer_config.json
    829 Bytes
    Upload tokenizer almost 4 years ago
  • training_args.bin
    3.5 kB
    xet
    Training in progress, step 1000 almost 4 years ago
  • vocab.json
    1.04 MB
    Upload tokenizer almost 4 years ago