Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.13 KB

README.md

File metadata and controls

12 lines (11 loc) · 1.13 KB

The MAD-X² setup consists of 3 adapters:

  1. MAD-X² language adapters
  2. MAD-X² domain adapters
  3. QA head adapter

First, activate the conda environment: conda activate m2qa_experiments
Then train the adapters by starting the bash scripts:

  1. Domain & Language Adapter:
  2. The QA adapter head is trained by executing QA_Head/start_train_squad_head_adapter.sh
    • Note: In this train_squad_head.py script, you must edit the paths so that they point to the previously trained English language and Wikipedia domain adapters.