epfl-dlab/llm-latent-language

Some minor weird things I noticed

Butanium opened this issue · 1 comments

Right! Can you make a pull request?

The df_en_de_fr and its column names not matching the actual languages stem from the fact that we started with de and fr and then since the code is the same for other languages just replace the 'de' with the source language and 'fr' with the target language (or the other way around, not sure anymore).