danbev commited on
Commit
fd7be79
·
verified ·
1 Parent(s): a90546e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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 GGUF format.
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 ggml-parakeet-tdt-0.6b-v3.bin -f samples/jfk.wav
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