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

entropora
/
parakeet-ctc-110m-int8

Automatic Speech Recognition
NeMo
ONNX
English
speech
asr
ctc
parakeet
nvidia
vocabulary-boost
Model card Files Files and versions
xet
Community

Instructions to use entropora/parakeet-ctc-110m-int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • NeMo

    How to use entropora/parakeet-ctc-110m-int8 with NeMo:

    import nemo.collections.asr as nemo_asr
    asr_model = nemo_asr.models.ASRModel.from_pretrained("entropora/parakeet-ctc-110m-int8")
    
    transcriptions = asr_model.transcribe(["file.wav"])
  • Notebooks
  • Google Colab
  • Kaggle
parakeet-ctc-110m-int8
590 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
perfeptron's picture
perfeptron
Add model card
5d9e8f5 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    1.83 kB
    Add model card 2 months ago
  • encoder.fp32.onnx
    458 MB
    xet
    Add FP32 encoder (source model before quantization) 2 months ago
  • encoder.int8.onnx
    132 MB
    xet
    Add INT8 quantized CTC encoder 2 months ago
  • tokens.txt
    9.95 kB
    Add SentencePiece vocabulary 2 months ago