Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
# Parakeet Model Card
|
| 9 |
|
| 10 |
## Description
|
| 11 |
-
This is an iterative release of the Parakeet model in
|
| 12 |
|
| 13 |
## Usage
|
| 14 |
You can use this file with [parakeet-cli](https://github.com/danbev/whisper.cpp/tree/parakeet-support).
|
|
@@ -21,9 +21,14 @@ $ cmake -B build -S .
|
|
| 21 |
$ cmake --build build --target parakeet-cli -j 12
|
| 22 |
```
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
Run:
|
| 25 |
```console
|
| 26 |
-
$ ./build/bin/parakeet-cli -m
|
| 27 |
```
|
| 28 |
|
| 29 |
## Version History
|
|
|
|
| 8 |
# Parakeet Model Card
|
| 9 |
|
| 10 |
## Description
|
| 11 |
+
This is an iterative release of the Parakeet model in whisper.cpp format.
|
| 12 |
|
| 13 |
## Usage
|
| 14 |
You can use this file with [parakeet-cli](https://github.com/danbev/whisper.cpp/tree/parakeet-support).
|
|
|
|
| 21 |
$ cmake --build build --target parakeet-cli -j 12
|
| 22 |
```
|
| 23 |
|
| 24 |
+
Download the model:
|
| 25 |
+
```console
|
| 26 |
+
$ hf download danbev/parakeet parakeet-tdt-0.6b-v3.bin --local-dir models
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
Run:
|
| 30 |
```console
|
| 31 |
+
$ ./build/bin/parakeet-cli -m models/parakeet-tdt-0.6b-v3.bin -f samples/jfk.wav
|
| 32 |
```
|
| 33 |
|
| 34 |
## Version History
|