Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

FluidInference
/
parakeet-ctc-110m-coreml

Automatic Speech Recognition
NeMo
Core ML
PyTorch
English
speech
audio
Transducer
TDT
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • NeMo

    How to use FluidInference/parakeet-ctc-110m-coreml with NeMo:

    import nemo.collections.asr as nemo_asr
    asr_model = nemo_asr.models.ASRModel.from_pretrained("FluidInference/parakeet-ctc-110m-coreml")
    
    transcriptions = asr_model.transcribe(["file.wav"])
  • Notebooks
  • Google Colab
  • Kaggle
parakeet-ctc-110m-coreml
106 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 36 commits
alexwengg's picture
alexwengg
Upload 9 files
accdafd verified about 1 month ago
  • AudioEncoder.mlmodelc
    cleanup: flatten repo to CTC-only models at root 3 months ago
  • CtcHead.mlmodelc
    Upload 9 files about 1 month ago
  • CtcHead.mlpackage
    Upload 9 files about 1 month ago
  • MelSpectrogram.mlmodelc
    cleanup: flatten repo to CTC-only models at root 3 months ago
  • convert
    remove TDT decoder conversion script (not CTC) 3 months ago
  • .gitattributes
    4.1 kB
    Upload 401 files 4 months ago
  • README.md
    7.42 kB
    Update README.md about 2 months ago
  • config.json
    121 Bytes
    Update config.json about 2 months ago
  • ctc_head_metadata.json
    382 Bytes
    Upload 9 files about 1 month ago
  • pyproject.toml
    1.7 kB
    restore pyproject.toml and uv.lock for conversion script dependencies 3 months ago
  • special_tokens_map.json
    279 Bytes
    restore tokenizer_config.json and special_tokens_map.json (required by HFTokenizer) 3 months ago
  • tokenizer.json
    360 kB
    restore tokenizer.json (required by CtcTokenizer for vocab tokenization) 3 months ago
  • tokenizer_config.json
    632 Bytes
    restore tokenizer_config.json and special_tokens_map.json (required by HFTokenizer) 3 months ago
  • uv.lock
    1.02 MB
    restore pyproject.toml and uv.lock for conversion script dependencies 3 months ago
  • vocab.json
    16.1 kB
    cleanup: flatten repo to CTC-only models at root 3 months ago