diff --git a/.vs/EssayKiller_V2/v16/.suo b/.vs/EssayKiller_V2/v16/.suo index 279cfe8..8fa959c 100644 Binary files a/.vs/EssayKiller_V2/v16/.suo and b/.vs/EssayKiller_V2/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 12f47a4..866118f 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/colab_online.ipynb b/colab_online.ipynb index 6f94709..682a40f 100644 --- a/colab_online.ipynb +++ b/colab_online.ipynb @@ -52,7 +52,7 @@ "!mkdir -p /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/trained_models\n", "\n", "%cd /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/\n", - "!perl /home/EssayKiller_V2/LanguageNetwork/GPT2/scripts/gdown.pl https://drive.google.com/file/d/1ujWYTOvRLGJX0raH-f-lPZa3-RN58ZQx trained_models/model.ckpt-280000.data-00000-of-00001\n", + "!perl /home/EssayKiller_V2/LanguageNetwork/GPT2/scripts/gdown.pl https://drive.google.com/file/d/1ajR-yVWmZC_z7HgNjz4tivNz-vUCgKBC trained_models/model.ckpt-280000.data-00000-of-00001\n", "!wget -q --show-progress https://github.com/EssayKillerBrain/EssayKiller/releases/download/v1.0/model.ckpt-280000.index -P /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/trained_models\n", "!wget -q --show-progress https://github.com/EssayKillerBrain/EssayKiller/releases/download/v1.0/model.ckpt-280000.meta -P /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/trained_models\n", "\n",