huggingface / lighteval

LightEval is a lightweight LLM evaluation suite that Hugging Face has been using internally with the recently released LLM data processing library datatrove and LLM training library nanotron.
MIT License
471 stars 55 forks source link

add license header to src files #89

Closed NathanHB closed 4 months ago

NathanHB commented 4 months ago

Oh thanks for the review, forgot about the code we used from other sources 😅

NathanHB commented 4 months ago

Code style is because of the preview = true flag, it raised new issues in the code.

clefourrier commented 4 months ago

Maybe you need to update the pre-commit hook?