Skip to content

Commit

Permalink
Créé avec Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Aug 16, 2019
1 parent 80ef21b commit 6614805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions colab/Sentiment_Analysis_+_Back_translation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"metadata": {
"id": "4ngordrxKCWk",
"colab_type": "code",
"cellView": "form",
"cellView": "both",
"colab": {}
},
"source": [
Expand All @@ -548,7 +548,6 @@
"\n",
"# Without specifying batch_size in decode_hparams, the default value will be 32.\n",
"!python $src/back_translate.py \\\n",
"--lang=vi \\\n",
"--model=transformer --hparams_set=transformer_tiny \\\n",
"--decode_hparams=\"beam_size=4,alpha=0.6\" \\\n",
"--paraphrase_from_file=$paraphrase_from_file \\\n",
Expand Down

0 comments on commit 6614805

Please sign in to comment.