Skip to content

gugundi/MasterQA

Repository files navigation

MasterQA

Master Thesis project on Question Answering

Connecting to DTU server

  1. Download PuTTY
  2. Open PuTTY and type 'thinlinc.compute.dtu.dk' in hostname.
  3. Open connection and type in DTU credentials
  4. Once connected open an ssh tunnel to one of the DTU GPU clusters. Names can be found under Cluster Machines - Hostname. Example: 'ssh themis'.
  5. Enter DTU password again. You are now connected to the DTU cluster.
  6. Activate conda development environment (see step 2 under First time setup (Break))

First time setup (Break)

  1. First we need to setup a new conda environment for development. This can be done using the command 'conda create --name $name_of_choosing python=3.6.8'. The Break code is developed on python version 3.6.8.
  2. Activate environment with 'conda activate $name_of_choosing'
  3. Clone Break code and download the Break dataset. It might be a good idea to create a seperat project folder for this.
  4. Navigate to ./Break/qdmr_parsing/ and install the required packages with 'pip install -r requirements.txt'. This might take a couple of minutes.
  5. Next download spacy 'python -m spacy download en_core_web_sm'.

Running QDMR Parsing

Follow instructions on QMDR Parsing Github page.

About

Master Thesis project on Question Answering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published