Skip to content

Performing named entity extraction task using Huggingface Transformers

Notifications You must be signed in to change notification settings

Ritaprava95/Custom_Entity_Extraction_Transformers

Repository files navigation

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

About

Performing named entity extraction task using Huggingface Transformers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published