Skip to content

Commit

Permalink
Loading text tutorial: removed +1 from VOCAB_SIZE+1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaharoni committed Aug 27, 2023
1 parent e4ab8e0 commit 58b17ef
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 @@ -1653,7 +1653,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 58b17ef

Please sign in to comment.