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

nvidia
/
parakeet-ctc-1.1b

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

Instructions to use nvidia/parakeet-ctc-1.1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • NeMo

    How to use nvidia/parakeet-ctc-1.1b with NeMo:

    import nemo.collections.asr as nemo_asr
    asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/parakeet-ctc-1.1b")
    
    transcriptions = asr_model.transcribe(["file.wav"])
  • Transformers

    How to use nvidia/parakeet-ctc-1.1b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="nvidia/parakeet-ctc-1.1b")
    # Load model directly
    from transformers import AutoModelForCTC
    model = AutoModelForCTC.from_pretrained("nvidia/parakeet-ctc-1.1b", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
parakeet-ctc-1.1b
8.5 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 15 commits
nithinraok's picture
nithinraok
eustlb's picture
eustlb HF Staff
trfms-integration (#2)
a707e81 verified 9 months ago
  • .gitattributes
    1.63 kB
    update config 11 months ago
  • README.md
    12.4 kB
    trfms-integration (#2) 9 months ago
  • config.json
    962 Bytes
    trfms-integration (#2) 9 months ago
  • model.safetensors
    4.25 GB
    xet
    trfms-integration (#2) 9 months ago
  • parakeet-ctc-1.1b.nemo
    4.25 GB
    xet
    Upload parakeet-ctc-1.1b.nemo over 2 years ago
  • preprocessor_config.json
    314 Bytes
    trfms-integration (#2) 9 months ago
  • special_tokens_map.json
    279 Bytes
    trfms-integration (#2) 9 months ago
  • tokenizer.json
    412 kB
    trfms-integration (#2) 9 months ago
  • tokenizer_config.json
    634 Bytes
    trfms-integration (#2) 9 months ago
  • vocab.json
    16.5 kB
    add vocab file 11 months ago