boumehdi commited on
Commit
a825c09
1 Parent(s): 14d40fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -52,7 +52,13 @@ tokens=torch.argmax(logits, axis=-1)
52
  transcription = tokenizer.batch_decode(tokens)
53
 
54
  # print the output
55
- print(transcription)
 
 
 
 
 
 
56
  ```
57
 
58
  ## Evaluation
 
52
  transcription = tokenizer.batch_decode(tokens)
53
 
54
  # print the output
55
+ print(transcription.replace('k', 'ڭ').replace('v', 'ڤ').replace('p', 'پ'))
56
+ ```
57
+
58
+ Here's the output:
59
+
60
+ ```
61
+ ڭالت هاد السيد هادا ما كاينش بحالو
62
  ```
63
 
64
  ## Evaluation