msc-patryk-bartkowiak/code/README.md
Patryk Bartkowiak 0831a12a86 updated README
2024-10-24 19:03:24 +00:00

479 B

Magisterka - Patryk Bartkowiak

Required dependencies for the repository to work properly

How to run the training?

1. Install PDM

curl -sSL https://pdm-project.org/install-pdm.py | python3 -

2. Go to the code directory and install dependencies

cd ./code
pdm install

3. Run training code

pdm run_training

or

pdm run src/train_codebert_mlm.py