Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 459 Bytes

File metadata and controls

12 lines (11 loc) · 459 Bytes

Custom_Entity_Extraction_Transformers

Performing named entity extraction task using Huggingface Transformers

Setup Environment

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