From d3a77ce916a8dcd77755f216b260fe2b7f4522ed Mon Sep 17 00:00:00 2001 From: ssmt Date: Tue, 7 Nov 2023 17:44:11 +0530 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f1d7d63..f212da0 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,20 @@ Prerequisites: `pip install "tritonclient[all]" tqdm numpy wonderwords` ## Data and Model Training Please refer to the training-code folder and the [README](https://ssmt.iiit.ac.in/meitygit/ssmt/mt-model-deploy-dhruva/-/blob/master/training-code/README.md) within for the links to the data and checkout the Ipython notebook for an annotated version of the training script. + + +## Already Trained Models Link + +[download](https://ssmt.iiit.ac.in/uploads/data_mining/HimangY-oneMT-Models-V1-2.zip) + +### supported language pairs + +| Source - Target (Bi-direction)| +|-------------------------------| +|Hindi - Telugu, Urdu, Gujarati, Odia, Punjabi| +|English - Hindi, Telugu, Gujarati| + + ## Citation ```bash @inproceedings{mujadia-sharma-2022-ltrc, -- GitLab