Automatic Speech Recognition
Malayalam
ctranslate2
audio
vegam
kurianbenoy commited on
Commit
493a12c
·
1 Parent(s): 1fd0823

add model details

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
 
 
 
 
 
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - ml
4
+ tags:
5
+ - audio
6
+ - automatic-speech-recognition
7
  license: mit
8
  ---
9
+
10
+ # vegam-whipser-medium-ml
11
+
12
+ This is a conversion of [thennal/whisper-medium-ml](https://huggingface.co/thennal/whisper-medium-ml) to the [CTranslate2](https://github.com/OpenNMT/CTranslate2) model format.
13
+
14
+ This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
15
+
16
+ ## Example
17
+
18
+ ## Conversion Details :information_source:
19
+
20
+ The original model was converted with the following command:
21
+
22
+ ```
23
+ ct2-transformers-converter --model thennal/whisper-medium-ml --output_dir vegam-whisper-medium-ml
24
+ ```