Update README.md
Browse files
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
|