Psycoy / MixEval

The official evaluation suite and dynamic data release for MixEval.
https://mixeval.github.io/
196 stars 28 forks source link

Padding Handling for Local Chat #22

Closed carstendraschner closed 1 month ago

carstendraschner commented 1 month ago

Hello :)

This PR fixes issues with Inference by using local chat. as local chat overwrites build transformer of Base it does not include the default padding = left which is needed for inference. The PR only changes the one needed line.

regards Carsten