Skip to content

jrbarrio/developing-large-language-models

Repository files navigation

Create virtual environment

pyenv virtualenv 3.11.7 developing-large-language-models
echo "developing-large-language-models" > .python-version

Install dependencies

Install pytorch following the instructions from https://pipenv.pypa.io/en/latest/indexes.html:

pip install pipenv
pipenv install numpy pandas
pipenv install torch torchvision torchaudio torchtext --index=pytorch
pipenv install torchmetrics
pipenv install matplotlib
pipenv install pillow
pipenv install nltk
pipenv install scikit-learn
pipenv install transformers sentencepiece
pipenv install datasets
pipenv install accelerate
pipenv install evaluate
pipenv install rouge_score
pipenv install trl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published