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

Adding readme

parent d562d7b5
...@@ -22,10 +22,10 @@ python tools/preprocess_data.py \ ...@@ -22,10 +22,10 @@ python tools/preprocess_data.py \
<pre> <pre>
PRETRAINED_BERT_PATH=<Specify path of pretrained BERT model> PRETRAINED_BERT_PATH="Specify path of pretrained BERT model"
TEXT_DATA_PATH=<Specify path and file prefix of the text data> TEXT_DATA_PATH="Specify path and file prefix of the text data"
TITLE_DATA_PATH=<Specify path and file prefix od the titles> TITLE_DATA_PATH="Specify path and file prefix od the titles"
CHECKPOINT_PATH=<Specify path> CHECKPOINT_PATH="Specify path"
python pretrain_ict.py \ python pretrain_ict.py \
--num-layers 12 \ --num-layers 12 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment