Skip to content

FinitePhaseSpace/DNLP2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNLP2025

Setup

Install poetry https://python-poetry.org/

Run "poetry install" to install dependencies and setup the venv.

To add poetry to the path (if it's not added automatically) run:

echo 'export PATH="/home/jovyan/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Install on VM:

curl -sSL https://install.python-poetry.org | python3 -

Otherwise, this also works to run poetry once it is installed (on the vm):

~/.local/share/pypoetry/venv/bin/poetry

PyCharm Venv:

Adding the newly generated Poetry venv in PyCharm: https://www.jetbrains.com/help/pycharm/poetry.html#existing-poetry-environment

Scripts

To download datasets and train the tokenizers run:

poetry run train-tokenizers

Running Tests

poetry run pytest tests

Train Tokenizers

poetry run train-tekenizers

Training

poetry run train-model

About

Reimplementation of a Reasearch Paper

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •