RaivisDejus commited on
Commit
c951549
·
verified ·
1 Parent(s): b0def0d

Update README.md

Browse files

# Latvian Whisper tiny speech recognition model

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/)

Trained on combination of:
- Common Voice 17, custom selection of all validated clips, max 1000 clips per speaker
- Fleurs, test+train+validation

Speech recognition quality is poor, more data is needed, donate your voice on [Balsu talka](https://balsutalka.lv/)

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - lv
5
+ tags:
6
+ - Whisper
7
+ - CTranslate2
8
+ metrics:
9
+ - name: wer
10
+ type: wer
11
+ value: 21.96
12
+ pipeline_tag: automatic-speech-recognition
13
+ ---