localoptima commited on
Commit
daac121
·
verified ·
1 Parent(s): 8844bb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,13 +1,17 @@
1
  ---
2
  license: apache-2.0
3
  tags:
4
- - speech-recognition
5
- - cuda
 
 
 
 
6
  ---
7
 
8
  # Paraketto
9
 
10
- Weights for [paraketto](https://github.com/localoptima/paraketto) — a C++/CUDA speech-to-text engine for NVIDIA's Parakeet TDT 0.6B V2.
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/localoptima/paraketto) for build instructions and benchmarks.
 
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.