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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

eustlb
/
parakeet-rnnt-0.6b

Automatic Speech Recognition
Transformers
Safetensors
PyTorch
English
parakeet_rnnt
feature-extraction
speech
audio
Transducer
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Transformers
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use eustlb/parakeet-rnnt-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use eustlb/parakeet-rnnt-0.6b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="eustlb/parakeet-rnnt-0.6b")
    # Load model directly
    from transformers import AutoModelForMultimodalLM
    model = AutoModelForMultimodalLM.from_pretrained("eustlb/parakeet-rnnt-0.6b", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
parakeet-rnnt-0.6b
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
eustlb's picture
eustlb HF Staff
Use device_map=auto in Transformers snippets
2142848 verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    14.6 kB
    Use device_map=auto in Transformers snippets 6 days ago
  • config.json
    1.14 kB
    Fix RNN-T tokenizer: <blank> at id 1024 (aliased as pad), consistent with blank_token_id=1024 6 days ago
  • generation_config.json
    192 Bytes
    Upload folder using huggingface_hub 6 days ago
  • model.safetensors
    2.47 GB
    xet
    Upload folder using huggingface_hub 6 days ago
  • processor_config.json
    417 Bytes
    Fix RNN-T tokenizer: <blank> at id 1024 (aliased as pad), consistent with blank_token_id=1024 6 days ago
  • tokenizer.json
    413 kB
    Fix RNN-T tokenizer: <blank> at id 1024 (aliased as pad), consistent with blank_token_id=1024 6 days ago
  • tokenizer_config.json
    260 Bytes
    Fix RNN-T tokenizer: <blank> at id 1024 (aliased as pad), consistent with blank_token_id=1024 6 days ago