Kush0610 commited on
Commit
a98a494
·
verified ·
1 Parent(s): 00213ee

Update readme to link CT2 port.

Browse files

I've added link to the CT2 port for this model

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -63,6 +63,9 @@ outputs = tokenizer.batch_decode(
63
  outputs = ip.postprocess_batch(outputs, lang="eng_Latn")
64
  print(" | > Translations:", outputs[0])
65
  ```
 
 
 
66
 
67
  # Citation
68
 
 
63
  outputs = ip.postprocess_batch(outputs, lang="eng_Latn")
64
  print(" | > Translations:", outputs[0])
65
  ```
66
+ ## CTranslate2 Port for Efficient Inference
67
+
68
+ You can find CT2 port and usage instructions for the model [here](https://huggingface.co/adalat-ai/ct2-rotary-indictrans2-indic-en-dist-200M).
69
 
70
  # Citation
71