ajitrajasekharan commited on
Commit
48be887
·
1 Parent(s): 8fbfd26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -4,7 +4,17 @@ language:
4
  license: mit
5
  widget:
6
  - text: "Lou Gehrig who works for XCorp and lives in New York suffers from [MASK]"
7
- example_title: "Disease test"
 
 
 
 
 
 
 
 
 
 
8
  tags:
9
  - {fill-mask} # Example: audio
10
  ---
@@ -14,4 +24,6 @@ This model was pretrained from scratch on a custom vocabulary on Pubmed, Clinica
14
 
15
  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)
16
 
17
- [Towards Data Science link to the same post](https://twitter.com/TDataScience/status/1486300137366466560?s=20)
 
 
 
4
  license: mit
5
  widget:
6
  - text: "Lou Gehrig who works for XCorp and lives in New York suffers from [MASK]"
7
+ example_title: "Test for entity type: Disease"
8
+ - text: "Overexpression of [MASK] occurs across a wide range of cancers"
9
+ example_title: "Test for entity type: Gene"
10
+ - text: "Patients treated with [MASK] are vulnerable to infectious diseases"
11
+ example_title: "Test for entity type: Drug"
12
+ - text: "A eGFR level below [MASK] indicates chronic kidney disease"
13
+ example_title: "Test for entity type: Measure "
14
+ - text: "In the [MASK], increased daily imatinib dose induced MMR"
15
+ example_title: "Test for entity type: STUDY/TRIAL"
16
+ - text: "Paul Erdos died at [MASK]"
17
+ example_title: "Test for entity type: TIME"
18
  tags:
19
  - {fill-mask} # Example: audio
20
  ---
 
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)