Skip to content

Commit b7f5759

Browse files
committed
fix3
1 parent e4a3cc6 commit b7f5759

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

colab_online.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
"!mkdir -p /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/trained_models\n",
5353
"\n",
5454
"%cd /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/\n",
55-
"!perl /home/EssayKiller_V2/LanguageNetwork/GPT2/scripts/gdown.pl https://drive.google.com/open?id=1ujWYTOvRLGJX0raH-f-lPZa3-RN58ZQx trained_models/model.ckpt-280000.data-00000-of-00001\n",
56-
"!python3 scripts/down_gdrive_file.py -file_id='1ujWYTOvRLGJX0raH-f-lPZa3-RN58ZQx' -file_path='trained_models/model.ckpt-280000.data-00000-of-00001' &> predict.log\n"
55+
"#!perl /home/EssayKiller_V2/LanguageNetwork/GPT2/scripts/gdown.pl https://drive.google.com/open?id=1ujWYTOvRLGJX0raH-f-lPZa3-RN58ZQx trained_models/model.ckpt-220000.data-00000-of-00001\n",
56+
"!perl /home/EssayKiller_V2/LanguageNetwork/GPT2/scripts/gdown.pl https://drive.google.com/open?id=1mT_qCQg4AWnAXTwKfsyyRWCRpgPrBJS3 trained_models/model.ckpt-280000.data-00000-of-00001\n",
57+
"#!python3 scripts/down_gdrive_file.py -file_id='1ujWYTOvRLGJX0raH-f-lPZa3-RN58ZQx' -file_path='trained_models/model.ckpt-280000.data-00000-of-00001' &> predict.log\n"
5758
"!wget -q --show-progress https://github.com/EssayKillerBrain/EssayKiller/releases/download/v1.0/model.ckpt-280000.index -P /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/models/mega\n",
5859
"!wget -q --show-progress https://github.com/EssayKillerBrain/EssayKiller/releases/download/v1.0/model.ckpt-280000.meta -P /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/models/mega\n",
5960
"\n",

0 commit comments

Comments
 (0)