huggingface/lighteval

[FT] Manage script and language in the Language enum

Aperta

#745 aperta il 19 mag 2025

 (2 commenti) (0 reazioni) (0 assegnatari)Python (514 fork)auto 404
featuregood first issue

Metriche repository

Star
 (2496 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor