Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Paraketto
|
| 9 |
|
| 10 |
-
Weights for [paraketto](https://github.com/
|
| 11 |
|
| 12 |
## Files
|
| 13 |
|
|
@@ -24,4 +28,4 @@ make paraketto.cuda
|
|
| 24 |
./paraketto.cuda audio.wav # auto-downloads weights on first run
|
| 25 |
```
|
| 26 |
|
| 27 |
-
See the [GitHub repo](https://github.com/
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
+
- speech-recognition
|
| 5 |
+
- cuda
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
base_model:
|
| 9 |
+
- nvidia/parakeet-tdt-0.6b-v2
|
| 10 |
---
|
| 11 |
|
| 12 |
# Paraketto
|
| 13 |
|
| 14 |
+
Weights for [paraketto](https://github.com/lfrati/paraketto) — a C++/CUDA speech-to-text engine for NVIDIA's Parakeet TDT 0.6B V2.
|
| 15 |
|
| 16 |
## Files
|
| 17 |
|
|
|
|
| 28 |
./paraketto.cuda audio.wav # auto-downloads weights on first run
|
| 29 |
```
|
| 30 |
|
| 31 |
+
See the [GitHub repo](https://github.com/lfrati/paraketto) for build instructions and benchmarks.
|