Overview of Audio fine-tuning recipes
mainThe tinker_cookbook/recipes/audio/ directory contains recipes for fine-tuning audio-input models (Inkling) using supervised fine-tuning (SFT) and reinforcement learning (RL).
Available recipes include:
- Speech recognition: SFT and RL on LibriSpeech using a
-WERreward. - Emotion + speech recognition: A two-stage SFT → RL pipeline for classifying speaking style and transcribing expressive speech.
- Medical ASR domain adaptation: SFT for specialist vocabulary (e.g., drug names) using WER and medical-entity recall metrics.
Each recipe directory contains its own env.py, tests, and training entrypoints (such as sl_train.py, rl_train.py, or train.py).