Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
/ whisper-ukrainian Public archive

Trainer and Evaluation scripts for fine-tuning Whisper models for the Ukrainian language

Notifications You must be signed in to change notification settings

egorsmkv/whisper-ukrainian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper Ukrainian

Trainer and Evaluation scripts for fine-tuning Whisper models for the Ukrainian language

How to use?

  1. Prepare your data in CSV format

Example train.csv and test.csv:

path,sentence
/path/to/1.wav,добрий вечір ми з україни
  1. Edit trainer.py to select preferred model size and to fix paths to your CSV files

  2. Run python3 trainer.py

Results