--- license: apache-2.0 base_model: danbev/parakeet tags: - gguf --- # Parakeet Model Card ## Description This is an iterative release of the Parakeet model in whisper.cpp format. ## Usage You can use this file with [parakeet-cli](https://github.com/danbev/whisper.cpp/tree/parakeet-support/examples/parakeet-cli). Build parakeet-cli: ```console $ git clone -b parakeet-support https://github.com/danbev/whisper.cpp.git $ cd whisper.cpp $ cmake -B build -S . $ cmake --build build --target parakeet-cli -j 12 ``` Download the model: ```console $ hf download danbev/parakeet parakeet-tdt-0.6b-v3.bin --local-dir models ``` Run: ```console $ ./build/bin/parakeet-cli -m models/parakeet-tdt-0.6b-v3.bin -f samples/jfk.wav ```