himani commited on
Commit
cb377e4
1 Parent(s): dbfebbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -69,7 +69,7 @@ decoded_output=tokenizer.decode(model_output[0], skip_special_tokens=True, clean
69
  print(decoded_output) # मला ओळखलं पाहिजे
70
  ```
71
  # Note:
72
- If you wish to use any language written in a non-Devanagari script (except English), then you should first convert it to Devanagari using the <a href="https://github.com/anoopkunchukuttan/indic_nlp_library">Indic NLP Library</a>. After you get the output, you should convert it back into the original script.
73
 
74
  ## Benchmarks
75
 
 
69
  print(decoded_output) # मला ओळखलं पाहिजे
70
  ```
71
  # Note:
72
+ If you wish to use any language written in a non-Devanagari script, then you should first convert it to Devanagari using the <a href="https://github.com/anoopkunchukuttan/indic_nlp_library">Indic NLP Library</a>. After you get the output, you should convert it back into the original script.
73
 
74
  ## Benchmarks
75