zeno-ml / zeno-build

Build, evaluate, understand, and fix LLM-based apps
MIT License
484 stars 33 forks source link

Combine all datasets for codegen #152

Closed neubig closed 1 year ago

neubig commented 1 year ago

Description

Code generation supports 5 different datasets. This combines them all together into one big dataset (while labeling the original dataset) so we can get a more comprehensive view of the accuracy.

Blocked by