Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- mozilla-foundation/common_voice_17_0
|
5 |
-
language:
|
6 |
-
- ru
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
14 |
g.json --quantization float16
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- mozilla-foundation/common_voice_17_0
|
5 |
+
language:
|
6 |
+
- ru
|
7 |
+
pipeline_tag: automatic-speech-recognition
|
8 |
+
---
|
9 |
+
|
10 |
+
This is ctranslate2 converted version of antony66/whisper-large-v3-russian
|
11 |
+
|
12 |
+
Command used to convert is
|
13 |
+
```
|
14 |
+
ct2-transformers-converter --model antony66/whisper-large-v3-russian --output_dir faster-whisper-large-v3-ru-podlodka --copy_files tokenizer.json preprocessor_confi
|
15 |
g.json --quantization float16
|