boumehdi commited on
Commit
d9b4b0b
1 Parent(s): 7e571c7

Update README.md

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