- conda create --name newenv python=3.12
- conda activate newenv
- conda install -n newenv conda-forge::mamba
mamba is used here to significantly cut down environment solving time with conda; making package installation faster
- mamba install -c huggingface -c conda-forge datasets
- Exectue target transformer file