omidrohanian commited on
Commit
a3ffd6d
1 Parent(s): c02a0f0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: README
3
+ emoji: 🧬
4
+ colorFrom: gray
5
+ colorTo: purple
6
+ sdk: static
7
+ pinned: false
8
+ license: mit
9
+ ---
10
+
11
+ # Model Description
12
+ ClinicalMobileBERT-i2b2-2010 is a fine-tuned version of the [ClinicalMobileBERT](https://huggingface.co/nlpie/clinical-mobilebert) model on the i2b2-2010 dataset for clinical Named Entity Recognition (NER). The model specialises in recognising entities from three categories: problems, treatments, and tests. The initialisation was conducted using the pre-trained checkpoints of the ClinicalMobileBERT model available on Huggingface.
13
+
14
+ # Architecture
15
+ The architecture of this model is identical to ClinicalMobileBERT. The model was fine-tuned on the i2b2-2010 dataset for the task of clinical NER. The fine-tuning process targeted three categories of entities: problems, treatments, and tests.
16
+
17
+ # Use Cases
18
+ This model is useful for NLP tasks in the clinical domain that require identification and classification of problems, treatments, and tests.
19
+
20
+ # Citation
21
+ If you use this model, please consider citing the following paper:
22
+
23
+ ```bibtex
24
+ @misc{https://doi.org/10.48550/arxiv.2302.04725,
25
+ doi = {10.48550/ARXIV.2302.04725},
26
+ url = {https://arxiv.org/abs/2302.04725},
27
+ author = {Rohanian, Omid and Nouriborji, Mohammadmahdi and Jauncey, Hannah and Kouchaki, Samaneh and Group, ISARIC Clinical Characterisation and Clifton, Lei and Merson, Laura and Clifton, David A.},
28
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences, I.2.7, 68T50},
29
+ title = {Lightweight Transformers for Clinical Natural Language Processing},
30
+ publisher = {arXiv},
31
+ year = {2023},
32
+ copyright = {arXiv.org perpetual, non-exclusive license}
33
+ }