Play game
Infinite Jeopardy [Doesn't Work Well...]'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme | #40 | 2.475 | 3.500 |
Overall | #68 | 1.532 | 2.167 |
Creativity | #73 | 1.414 | 2.000 |
Fun | #78 | 0.707 | 1.000 |
Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Use of Open Source AI
Uses transformers library in Python to use GPT2 to generate jeopardy questions (poorly...)
Theme
Expanding, infinite trivia questions!
Leave a comment
Log in with itch.io to leave a comment.
Comments
I tested it and you have nothing to do with the bad performances of this game. Unfortunatly, GPT2 unless finetuned is a bad model. GPT-3/GPT4/Falcon-7B or even Flan-T5-Large or XL would have been better alternatives ( but some would probably not run/take forever to load if run locally ) :)
I was considering using some of the more complicated models but you're right they would have taken super long to load. Thanks for checking it out and your feedback :)
This is my attempt at creating an infinite series of Jeopardy questions using an LLM, GPT2, using the transformers library. It randomly feeds one topic of a 100 topic array at a time into GPT2.
Unfortunately, it works very (very) poorly! Using a different, better model but the same general setup could probably lead to cool results!
Maybe the code could be interesting to look at...