Skip to content

Commit

Permalink
Merge pull request #2261 from vaharoni:tutorial_text_fix_3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 564257080
  • Loading branch information
copybara-github committed Sep 11, 2023
2 parents 377cb52 + 58b17ef commit 5a7a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/load_data/text.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
},
"outputs": [],
"source": [
"model = create_model(vocab_size=VOCAB_SIZE + 1, num_labels=1)\n",
"model = create_model(vocab_size=VOCAB_SIZE, num_labels=1)\n",
"model.summary()"
]
},
Expand Down

0 comments on commit 5a7a816

Please sign in to comment.