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