yongjian commited on
Commit
a3aa741
1 Parent(s): e6d8f2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -41,4 +41,8 @@ with torch.no_grad():
41
  pred_ids = torch.argmax(logits, dim=-1).cpu()
42
  pred_text = processor.batch_decode(pred_ids)
43
  print('Transcription:', pred_text)
44
- ```
 
 
 
 
 
41
  pred_ids = torch.argmax(logits, dim=-1).cpu()
42
  pred_text = processor.batch_decode(pred_ids)
43
  print('Transcription:', pred_text)
44
+ ```
45
+
46
+ # Finetune Code
47
+ Github Repo:
48
+ https://github.com/CassiniHuy/wav2vec2_finetune