PygmalionAI / data-toolbox

Our data munging code.
GNU Affero General Public License v3.0
34 stars 9 forks source link

Fix the random sys prompt generator #40

Closed TearGosling closed 11 months ago

TearGosling commented 11 months ago

Fixed it up, I did it all wrong in the way that it would generate one system prompt per entire task. Not good. Use select_prompt now for any time you want to choose from a list (of lists) generated by generate_prompts. I also added a few prompts here and there.