msc-patryk-bartkowiak/code/README.md

14 lines
272 B
Markdown
Raw Normal View History

2024-10-20 13:08:40 +02:00
# codebert-training
This code is used to train CodeBERT
## Required dependencies for the repository to work properly
* [Git](https://git-scm.com/)
* [PDM](https://pdm-project.org/en/latest/)
## How to run the training?
```bash
cd ./code
pdm install
pdm run_training
```