parakeet / README.md
danbev's picture
Update README.md
9a26bec verified
metadata
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.

Build parakeet-cli:

$ 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:

$ hf download danbev/parakeet parakeet-tdt-0.6b-v3.bin --local-dir models

Run:

$ ./build/bin/parakeet-cli -m models/parakeet-tdt-0.6b-v3.bin -f samples/jfk.wav