Automatic Speech Recognition
Russian
bzikst commited on
Commit
66535fc
1 Parent(s): 5ef2b10

Update README.md

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