From a3aa741c875d2034bc6ee6ae8c230a050d972c14 Mon Sep 17 00:00:00 2001 From: luyongjian Date: Sat, 22 Oct 2022 06:26:29 +0000 Subject: [PATCH] Update README.md add github link --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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