Skip to content

Cinnamon/bioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIONER - Named Entity Recognition for BioMedical datasets

Experiment

python run_bert_crf_ner.py \
    --data_path ./data \
    --dataset bc2gm \
    --train_fn train.txt \
    --test_fn test.txt \
    --additional_data True \
    --use_bilstm True

List of datasets:

  • bc2gm
  • bc4chemdner
  • bc5cdr_chem
  • bc5cdr_disease
  • jnlpba
  • ncbi_disease

Installation

pip install -r requirements.txt

About

[RES] NER for biomedical datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages