Created
October 10, 2022 14:59
-
-
Save jcblw/9f639fe94d6d3363d4b2a4ae3a25a54d to your computer and use it in GitHub Desktop.
Used for a medium article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use the model to predict a set of next words | |
# ^ I wrote this | |
predictions = model.predict(x) | |
# ^ Copilot wrote this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment