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