microsoft / promptbase

All things prompt engineering
MIT License
5.43k stars 302 forks source link

BigBench CoT generation cleanup #10

Closed nking-1 closed 11 months ago

nking-1 commented 11 months ago

Cleans up some of the generation code to reuse our text_completion helper function. Also reorganizes the code in utils so that the helper functions live in their own helpers.py file and are exported from there.

Still TODO is a cleanup of the eval steps after the CoT generation.