| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-15 | Use a naive regexp to strip extra output. | Rose Hogenson | 1 | -7/+10 | |
| The sentence tokenizer wasn't correct because not all sentences end in periods. The current regexp doesn't handle punctuation inside words such as apostrophes or abbreviations, but we're trying it. Maybe a tokenizer would be better? | |||||
| 2022-02-14 | Format with black. | Rose Hogenson | 1 | -60/+57 | |
| 2022-02-14 | Lint the code and clean up a bit. | Rose Hogenson | 1 | -6/+15 | |
| 2022-02-14 | Add initial AI dungeon clone. | Rose Hogenson | 1 | -0/+137 | |
| This is a clone of the AI dungeon game made using a HugginFace transformer. It works pretty well all things considered, but requires some hand-holding to generate ok output. Well, the original AI dungeon was the same way. I'll keep tweaking settings and make it even better. | |||||
