Update readme to link CT2 port.
#12
by
Kush0610
- opened
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 |
|