diff --git a/README.md b/README.md index 6dfa652..eefbcfd 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,8 @@ with torch.no_grad(): pred_ids = torch.argmax(logits, dim=-1).cpu() pred_text = processor.batch_decode(pred_ids) print('Transcription:', pred_text) -``` \ No newline at end of file +``` + +# Finetune Code +Github Repo: +https://github.com/CassiniHuy/wav2vec2_finetune \ No newline at end of file