File size: 730 Bytes
b47808d
 
 
 
 
 
 
 
 
 
fd7be79
b47808d
 
b02989c
b47808d
 
 
 
 
 
 
 
 
fd7be79
 
 
 
 
b47808d
 
fd7be79
b47808d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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
```