nuprl / MultiPL-E

A multi-programming language benchmark for LLMs
https://nuprl.github.io/MultiPL-E/
Other
200 stars 38 forks source link

Does automodel_vllm need to produce logprobs #146

Open arjunguha opened 3 months ago

arjunguha commented 3 months ago

There is code in automodel_vllm to produce logprobs. Can we either:

@cassanof any opinions?

cassanof commented 3 months ago

I use it because if maximum likelihood with large samples significantly improves performance over greedy it likely means that the model is underfit.

Sure i can put it behind a flag