Performing named entity extraction task using Huggingface Transformers
conda create -n hf_transformer_pt python=3.8
conda activate hf_transformer_pt
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
pip install transformers
conda install jupyter
pip install chardet
pip install pandas
pip install scikit-learn