hriteshMaikap commited on
Commit
32a6a26
·
verified ·
1 Parent(s): 60fe3aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,5 +1,3 @@
1
- WER: 11.38%
2
-
3
  ---
4
  language: mar
5
  license: apache-2.0
@@ -67,4 +65,8 @@ with torch.no_grad():
67
  predicted_ids = torch.argmax(logits, dim=-1)
68
  transcription = processor.decode(predicted_ids[0])
69
 
70
- print(transcription)
 
 
 
 
 
 
 
1
  ---
2
  language: mar
3
  license: apache-2.0
 
65
  predicted_ids = torch.argmax(logits, dim=-1)
66
  transcription = processor.decode(predicted_ids[0])
67
 
68
+ print(transcription)
69
+
70
+ Step Training Loss Validation Loss Wer
71
+ 300 0.211100 0.220232 0.183333
72
+ 600 0.086900 0.172057 0.113889