Installation
You first need to install PyTorch. The recommended PyTorch version is 1.8. Please refer to PyTorch installation page regarding the specific install command for your platform.
When PyTorch has been installed, you can install TransQuest from source or from pip.
Note
If you are training models, we highly recommend using a GPU. We used a NVIDIA TESLA K80 GPU to train the models.
From pip
1 |
|
From Source
1 2 3 |
|
Tip
Now that you have installed TransQuest, it is time to check our architectures in sentence-level and word-level.