-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Proposal: Neural Extensions for day names #18
Comments
That's amazing. Well, why don't we have a day name for every distinct day, generated in the same way? |
That's effectively what it comes down to. I generally reroll the days on my fork every season. But some of the previous seasons have been very silly to very boring; check the commit log at https://github.com/FeepingCreature/ddate/commits/master for examples. I think the current one is ... usable, even though it got into a bit of a rut. edit: Hang on, do you mean the Holidays? edit: For the sake of documentation, the current prompt I'm using is
The "first week, second week" format helps it keep track of what it is trying to do and stay coherent for longer than a flat list. Usually it extends it a few weeks, then loses interest and wanders off to talk about weird mutant versions of the Gregorian calendar. I then stick those weeks back into the prompt and rerun. edit: Oh hey, talktotransformer.com is up again! Here's an example I ran just now (generated text in bold):
You get the idea. Note how we didn't tell it that a week has 5 days here, so it went with its default of seven. However, if we include this in the prompt:
GPT is smart! |
Just for fun, and since I got a bit bored of the five weekdays, I've created a set of 72 additional weekdays by feeding the five days into https://talktotransformer.com as a list. A version with this list is at FeepingCreature@7421de4 ; they start neat but go increasingly weird as the network loses track of what sort of thing the list is for.
Right now this is a hardcoded, hand-generated list. I'm thinking of regenerating them every season and sticking the file on a public webserver somewhere so there's a new random set of extended day names every time. If I don't get around to that though, I still wanted to bring the idea up. :)
The text was updated successfully, but these errors were encountered: