Skip to content

Instantly share code, notes, and snippets.

@jcblw
Created October 10, 2022 14:59
Show Gist options
  • Save jcblw/9f639fe94d6d3363d4b2a4ae3a25a54d to your computer and use it in GitHub Desktop.
Save jcblw/9f639fe94d6d3363d4b2a4ae3a25a54d to your computer and use it in GitHub Desktop.
Used for a medium article
# 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