Tanel commited on
Commit
9e9e0a9
·
unverified ·
1 Parent(s): be4d0d9

Create README.md

Browse files

The is a Whisper large-v3 model finetuned to do Estonian-English and Estonian-Russian bidirectional speech translation.

You have to use the "transcribe" task and specify the target language ("et", "en" or "ru"). Source language doesn't have to be specified.

The model is trained on synthetic data (ASR data with machine translated transcripts) as well as some data scraped from the web (audio + subititles).

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - et
5
+ - en
6
+ - ru
7
+ pipeline_tag: automatic-speech-recognition
8
+ ---