Loading tasks/orqa/README.md +4 −4 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ python tools/preprocess_data.py \ <pre> PRETRAINED_BERT_PATH=<Specify path of pretrained BERT model> TEXT_DATA_PATH=<Specify path and file prefix of the text data> TITLE_DATA_PATH=<Specify path and file prefix od the titles> CHECKPOINT_PATH=<Specify path> PRETRAINED_BERT_PATH="Specify path of pretrained BERT model" TEXT_DATA_PATH="Specify path and file prefix of the text data" TITLE_DATA_PATH="Specify path and file prefix od the titles" CHECKPOINT_PATH="Specify path" python pretrain_ict.py \ --num-layers 12 \ Loading Loading
tasks/orqa/README.md +4 −4 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ python tools/preprocess_data.py \ <pre> PRETRAINED_BERT_PATH=<Specify path of pretrained BERT model> TEXT_DATA_PATH=<Specify path and file prefix of the text data> TITLE_DATA_PATH=<Specify path and file prefix od the titles> CHECKPOINT_PATH=<Specify path> PRETRAINED_BERT_PATH="Specify path of pretrained BERT model" TEXT_DATA_PATH="Specify path and file prefix of the text data" TITLE_DATA_PATH="Specify path and file prefix od the titles" CHECKPOINT_PATH="Specify path" python pretrain_ict.py \ --num-layers 12 \ Loading