diff --git a/README.md b/README.md index 02707a5..163d077 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MeasNER : Bio NER for Counts and Measurements -### Installation +### Disclaimer : Work in progress, not yet stable + +![image](https://user-images.githubusercontent.com/34004739/120615321-c75e5d00-c475-11eb-9747-2bec7e2d849d.png) Trained on MeasEval 2021 SemEval data which focuses on Counts and Measurements entities in clinical texts. (Can be extended to other medical entities as well) @@ -9,6 +11,7 @@ Using PubMedBERT-base-uncased-abstract-fulltext as a backbone so can capture tok Trained using spaCy-v3 and can be used directly as a package. +### Installation ``` pip install XXXXX ```