14 lines
272 B
Markdown
14 lines
272 B
Markdown
|
# 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
|
||
|
```
|