This repository contains code for fine-tuning the MMS-300M model on Nepali speech data.
pip install -r requirements.txt
Prepare your dataset:
{"audio_file_id": "transcript text", ...}Process your dataset:
python prepare_dataset.py
Edit the paths in the script to point to your audio files and transcript file.
python train_mms_nepali.py
The training script will:
The fine-tuned model will be saved in:
./mms-nepali-model/./mms-nepali-model-final/You can modify the training parameters in train_mms_nepali.py:
2 commits
Python
100.0%
This repository contains code for fine-tuning the MMS-300M model on Nepali speech data.
pip install -r requirements.txt
Prepare your dataset:
{"audio_file_id": "transcript text", ...}Process your dataset:
python prepare_dataset.py
Edit the paths in the script to point to your audio files and transcript file.
python train_mms_nepali.py
The training script will:
The fine-tuned model will be saved in:
./mms-nepali-model/./mms-nepali-model-final/You can modify the training parameters in train_mms_nepali.py:
2 commits
Python
100.0%