Last active
October 9, 2019 01:50
-
-
Save joeyism/6022717dcc235690757f32ea1cb3221c to your computer and use it in GitHub Desktop.
This file contains 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
import gpt2 | |
predictor = gpt2.Gpt2Predictor() | |
result = predictor.predict_json({"previous": "Toronto Raptors, who are currently tied for the league leader in wins"}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment