Download and Install Python
Download and Install Pycharm
Install Jupyter
> pip install jupyter
Install Transformers
> pip install transformers
> pip install transformers[sentencepiece]
Install Pytorch (Preferred for dev)/TensorFlow (preferred for prod)
> pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
No comments:
Post a Comment