Hugging Face

Hugging Face

Hugging Face

https://huggingface.co/docs/transformers/en/quicktour

conda create -n tr python=3.12
conda activate base
conda activate tr
conda deactivate
conda remove -n tr --all
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip list
https://huggingface.co/docs/transformers/en/quicktour
conda install spyder
pip install jupyter
pip install ipywidgets widgetsnbextension pandas-profiling
pip install transformers datasets evaluate accelerate