ajitrajasekharan commited on
Commit
c64aafe
1 Parent(s): a5d4316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -22,11 +22,14 @@ tags:
22
 
23
  This model was pretrained from scratch on a custom vocabulary on Pubmed, Clinical trials corpus, and a small subset of Bookcorpus
24
 
25
- It was used to do NER as is, **with no fine-tuning** as described [in this post](https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html)
26
 
27
- [Towards Data Science link](https://twitter.com/TDataScience/status/1486300137366466560?s=20) to the same post
28
-
29
- [Github link](https://github.com/ajitrajasekharan/unsupervised_NER) to NER using this model in an ensemble with bert-base cased to detect 69 entity types (17 broad entity groups)
30
 
31
  <img src="https://ajitrajasekharan.github.io/images/1.png" width="600">
 
 
 
 
 
32
 
 
22
 
23
  This model was pretrained from scratch on a custom vocabulary on Pubmed, Clinical trials corpus, and a small subset of Bookcorpus
24
 
25
+ It was used to do NER as is, **with no fine-tuning** as described [in this post](https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html). [Towards Data Science review](https://twitter.com/TDataScience/status/1486300137366466560?s=20)
26
 
27
+ [Github link](https://github.com/ajitrajasekharan/unsupervised_NER) to perform NER using this model in an ensemble with bert-base cased to detect 69 entity types (17 broad entity groups)
 
 
28
 
29
  <img src="https://ajitrajasekharan.github.io/images/1.png" width="600">
30
+
31
+ **Ensemble model performance**
32
+
33
+ <img src="https://ajitrajasekharan.github.io/images/6.png" width="600">
34
+
35