ajitrajasekharan commited on
Commit
fd2b516
1 Parent(s): f795a78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -31,6 +31,9 @@ This **cased model** was pretrained from scratch using a custom vocabulary on th
31
 
32
  The pretrained model was used to do NER **as is, with no fine-tuning**. The approach is 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)
33
 
 
 
 
34
  [Github link](https://github.com/ajitrajasekharan/unsupervised_NER) to perform NER using this model in an ensemble with bert-base cased.
35
 
36
  The ensemble detects 69 entity subtypes (17 broad entity groups)
 
31
 
32
  The pretrained model was used to do NER **as is, with no fine-tuning**. The approach is 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)
33
 
34
+ [App in Spaces](https://huggingface.co/spaces/ajitrajasekharan/self-supervised-ner) demonstrates this approach.
35
+
36
+
37
  [Github link](https://github.com/ajitrajasekharan/unsupervised_NER) to perform NER using this model in an ensemble with bert-base cased.
38
 
39
  The ensemble detects 69 entity subtypes (17 broad entity groups)