Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,9 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- hu
|
5 |
---
|
6 |
-
https://github.com/Purfview/whisper-standalone-win
|
7 |
|
8 |
Transcript bash command:
|
9 |
```
|
10 |
-
./whisper-faster-xxl -br /mnt/ramdrive/hu/
|
11 |
```
|
|
|
3 |
language:
|
4 |
- hu
|
5 |
---
|
6 |
+
I used whisper standalon from this repo: https://github.com/Purfview/whisper-standalone-win for transcript CV18 hu part all files.
|
7 |
|
8 |
Transcript bash command:
|
9 |
```
|
10 |
+
./whisper-faster-xxl -br /mnt/ramdrive/hu/clips/ --language hu -m large-v2 -d cuda:0 -f text --vad_alt_method pyannote_v3 --task transcribe --skip
|
11 |
```
|