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.
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.