A project for translating datasets to Danish
- The code runs. Quality check the output
- Select best translation model: Translate the Skolegpt-instruct subset of OpenOrca from English to Danish with several candidate models (e.g. Llama 70b, Gemma 3 27b, Qwen3 32b etc) and select the model that produces the best translations (eg the one with the best Comet scores or the shortest Libre distance) where the Skolegpt-instruct is the reference translations.
- Translate MS Marco using the
run.pyscript and the selected translation model
To set up a server with the pre-requisite software, run the setup_server.sh script like so:
source setup_server.shNote that you will be prompted to enter a Hugging Face access token in order to access any gated repo that your code uses.
Please upload any final datasets to the DDSC organization on Hugging Face. Open an issue to get access :)