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>2021-02-12 02:49:39 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-02-12 02:49:39 +0300
commitd1cfe5b1b85f6e56fc8c7ffd7f7916d4971b8621 (patch)
treec4b5ebd48f6a0e3c5bf65de7a6ef3315fe269458
parentde897b4293aa7e1a53574f5b708c1bb99d118fa9 (diff)
055: Adding word level examples
-rw-r--r--examples/app/monotransquest_app_test.py2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/app/monotransquest_app_test.py b/examples/app/monotransquest_app_test.py
index e200649..433bfce 100644
--- a/examples/app/monotransquest_app_test.py
+++ b/examples/app/monotransquest_app_test.py
@@ -13,5 +13,5 @@ test_sentences = [
]
]
-app = MonoTransQuestApp("monotransquest-da-si_en", use_cuda=False, force_download=True)
+app = MonoTransQuestApp("monotransquest-da-ro_en", use_cuda=False, force_download=True)
print(app.predict_quality(test_sentences))
diff --git a/requirements.txt b/requirements.txt
index 8fbfa62..ead1410 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ requests
tqdm>=4.47.0
regex
transformers>=4.0.0
-tokenizers==0.9.4
+tokenizers
tensorboardX
wandb
matplotlib