symflower / eval-dev-quality

DevQualityEval: An evaluation benchmark 📈 and framework to compare and evolve the quality of code generation of LLMs.
https://symflower.com/en/company/blog/2024/dev-quality-eval-v0.4.0-is-llama-3-better-than-gpt-4-for-generating-tests/
MIT License
137 stars 5 forks source link

Use a JSON configuration file to set up an evaluation run #282

Closed ruiAzevedo19 closed 4 months ago

ruiAzevedo19 commented 4 months ago

Goal: Allow to export and update a JSON configuration file to run an evaluation. We want to automatically see which models/repositories/tasks are new/gone. This allows us to commit the configuration we are using for a full evaluation for a eval version into the repository.

We want to store:

We want to load (?):

TODO

Iteration 1

Iteration 2

Iteration 3

Iteration 4

Iteration 5

bauersimon commented 4 months ago

@ahumenberger plz check if this makes sense to u :pray: