Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTharinduDR <rhtdranasinghe@gmail.com>2020-03-31 00:32:36 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2020-03-31 00:32:36 +0300
commit90211c1eccbe78eec4e30798903654757078ef09 (patch)
tree1ee22a6da06a4ab980535c29343f011e9a60e637 /README.md
parent120fad825eba593ffca0a6e802941ea3d2e9e0c5 (diff)
004: Adding 2020 examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2a8221..d3dcf71 100644
--- a/README.md
+++ b/README.md
@@ -24,4 +24,24 @@ python -m examples.ro_en.trans_quest
Algo Type | Transformer Type | Transformer Name | Pearson Correlation |
------------| ----------------- |------------------:| -------------------:|
-TransQuest | XLM | xlm-mlm-enro-1024 | 0.721 | \ No newline at end of file
+TransQuest | XLM | xlm-mlm-enro-1024 | 0.739 |
+
+
+#### Russian - English
+```bash
+python -m examples.ru_en.trans_quest
+```
+
+Algo Type | Transformer Type | Transformer Name | Pearson Correlation |
+------------| ----------------- |------------------:| -------------------:|
+TransQuest | XLM-R | xlm-roberta-base | 0.692 |
+
+
+#### Sinhala - English
+```bash
+python -m examples.si_en.trans_quest
+```
+
+Algo Type | Transformer Type | Transformer Name | Pearson Correlation |
+------------| ----------------- |------------------:| -------------------:|
+TransQuest | XLM-R | xlm-roberta-base | 0.380 | \ No newline at end of file