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-06-09 14:34:56 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-06-09 14:34:56 +0300
commitef2920577f63909596eb2784ac3811c541f9fd7c (patch)
tree2f1ac6e10ecf3cac3cb30c74de4259781dad47c3
parent7c41511bf5935e28b40554923dbbb87887c53276 (diff)
057: Code Refactoring - Siamese Architectures
-rw-r--r--docs/examples/word_level_examples.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/word_level_examples.md b/docs/examples/word_level_examples.md
index 00d20a2..9558e17 100644
--- a/docs/examples/word_level_examples.md
+++ b/docs/examples/word_level_examples.md
@@ -2,7 +2,7 @@
We have provided several examples on how to use TransQuest in recent WMT word-level quality estimation shared tasks. They are included in the repository but are not shipped with the library. Therefore, if you need to run the examples, please clone the repository.
!!! warning
- Please don't use the same environment you used to install TransQuest to run the examples. Create a new environment.
+ Please don't use the same environment that you used to install TransQuest to run the examples. Create a new environment.
```bash
git clone https://github.com/TharinduDR/TransQuest.git