From e634c3889cf874675fda973b3130a90c94c3bf6a Mon Sep 17 00:00:00 2001 From: Trieu Date: Thu, 15 Aug 2019 16:03:29 +0700 Subject: [PATCH] Created using Colaboratory --- colab/Interactive_Back_Translation.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/colab/Interactive_Back_Translation.ipynb b/colab/Interactive_Back_Translation.ipynb index 50c7e06..996668c 100644 --- a/colab/Interactive_Back_Translation.ipynb +++ b/colab/Interactive_Back_Translation.ipynb @@ -23,7 +23,7 @@ "colab_type": "text" }, "source": [ - "\"Open" + "\"Open" ] }, { @@ -130,7 +130,7 @@ "metadata": { "id": "kRO6TXGLT4Qb", "colab_type": "code", - "cellView": "form", + "cellView": "both", "colab": {} }, "source": [ @@ -143,9 +143,9 @@ "\n", "\n", "%cd /content/\n", - "src = '/content/back_translate'\n", + "src = '/content/dab'\n", "if not os.path.exists(src):\n", - " !git clone https://github.com/vietai/back_translate.git\n", + " !git clone https://github.com/vietai/dab.git\n", "else:\n", " %cd $src\n", " !git pull\n",