Automatic Speech Recognition
Transformers
Russian
Inference Endpoints
bzikst commited on
Commit
89d8c7c
1 Parent(s): 7a54262

Description added

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -6,4 +6,12 @@ datasets:
6
  - bond005/taiga_speech_v2
7
  language:
8
  - ru
9
- ---
 
 
 
 
 
 
 
 
 
6
  - bond005/taiga_speech_v2
7
  language:
8
  - ru
9
+ ---
10
+
11
+ This is ctranslate2 converted version of bond005/whisper-large-v3-ru-podlodka
12
+
13
+ Command used to convert is
14
+ ```
15
+ ct2-transformers-converter --model bond005/whisper-large-v3-ru-podlodka --output_dir faster-whisper-large-v3-ru-podlodka --copy_files tokenizer.json preprocessor_confi
16
+ g.json --quantization float16
17
+ ```