Create readme
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-russian-int8 --copy_files tokenizer.json preprocessor_confi
|
15 |
+
g.json --quantization int8
|