YASnippet combined with Pen.el - Controllable prompt generation

1 · · Aug. 8, 2021, noon
Summary I include YASnippet in the prompt generation pipeline to enable programmatic manipulation within a prompt using emacs functions and keyboard macros. In essence, this gives you the ability to make language agnostic prompts. This is using GPT-J by EleutherAI, via the AIx API. Demo -- The following is the prompting output. The comment was dynamically generated by YASnippet and the LM generated the line after the comment, which contained a valid regex....