Raivis Dejus commited on
Commit
983a1bd
1 Parent(s): 06d82fd

adding ggml

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. README.md +1 -1
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ ggml-model.bin filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -17,7 +17,7 @@ Trained on combination of:
17
  - Common Voice 17, custom selection of all validated clips, max 1000 clips per speaker
18
  - Fleurs, test+train+validation
19
 
20
- Both regular whisper model and CTranslate2 converted version for use with [faster-whisper](https://github.com/SYSTRAN/faster-whisper) as part of [Home Assistant Whisper integration](https://www.home-assistant.io/integrations/whisper/) are available.
21
 
22
  For speech generation in Home Assistant use [Latvian Piper TTS voice](https://huggingface.co/RaivisDejus/Piper-lv_LV-Aivars-medium).
23
 
 
17
  - Common Voice 17, custom selection of all validated clips, max 1000 clips per speaker
18
  - Fleurs, test+train+validation
19
 
20
+ Regular whisper model and CTranslate2 converted version for use with [faster-whisper](https://github.com/SYSTRAN/faster-whisper) as part of [Home Assistant Whisper integration](https://www.home-assistant.io/integrations/whisper/) are available as well as GGML version for use with [whisper.cpp](https://github.com/ggerganov/whisper.cpp).
21
 
22
  For speech generation in Home Assistant use [Latvian Piper TTS voice](https://huggingface.co/RaivisDejus/Piper-lv_LV-Aivars-medium).
23