Update README.md

add github link
This commit is contained in:
luyongjian 2022-10-22 06:26:29 +00:00 committed by huggingface-web
parent e6d8f2ff4d
commit a3aa741c87
1 changed files with 5 additions and 1 deletions

View File

@ -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)
```
```
# Finetune Code
Github Repo:
https://github.com/CassiniHuy/wav2vec2_finetune