Some minor weird things I noticed
Butanium opened this issue · 1 comments
Butanium commented
- The output format of this one seems weird:
llm-latent-language/Translation.ipynb
Line 242 in 1be3cd6
E.g. some column are called "de" but contains french words. - This line should use
lang_latent
and not'en'
:llm-latent-language/Translation.ipynb
Line 316 in 1be3cd6
wendlerc commented
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).