Commit 1095d7e6 authored by Mostofa Patwary's avatar Mostofa Patwary
Browse files

Adding readme

parent d562d7b5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 \