msc-patryk-bartkowiak/code
Patryk Bartkowiak 0376f74833 updated README
2024-10-24 19:10:27 +00:00
..
data redesigned code, added functions and granularity 2024-10-21 20:05:56 +00:00
models redesigned code, added functions and granularity 2024-10-21 20:05:56 +00:00
src fixed evaluate function 2024-10-21 20:12:20 +00:00
.gitignore redesigned code, added functions and granularity 2024-10-21 20:05:56 +00:00
pdm.lock redesigned code, added functions and granularity 2024-10-21 20:05:56 +00:00
pyproject.toml redesigned code, added functions and granularity 2024-10-21 20:05:56 +00:00
README.md updated README 2024-10-24 19:10:27 +00:00

Magisterka - Patryk Bartkowiak

Required dependencies for the repository to work properly

How to run the training?

Note: You have to be in ./code/ directory

1. Install PDM

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

2. Update $PATH

export PATH=/root/.local/bin:$PATH

3. Install dependencies

pdm install

4. Run training code

pdm run_training

or

pdm run src/train_codebert_mlm.py