huggingface/lighteval

[FT] Manage script and language in the Language enum

Aberta

#745 aberto em 19 de mai. de 2025

 (2 comentários) (0 reação) (0 responsável)Python (514 forks)auto 404
featuregood first issue

Métricas do repositório

Stars
 (2.496 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Issue encountered

At the moment, we assume one single script per language (which is incorrect).

Solution/Feature

The Language enum needs to be updated to include the script, and templates need to be edited to select which script to provide among the alternatives. See the FLORES 200 task for an example where some subsets had to be removed for this reason.

Guia do colaborador