Skip to content

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
pip install transquest

From Source

1
2
3
git clone https://github.com/TharinduDR/TransQuest.git
cd TransQuest
pip install -r requirements.txt

Tip

Now that you have installed TransQuest, it is time to check our architectures in sentence-level and word-level.