kormilitzin
commited on
Commit
·
5bd5a09
1
Parent(s):
b14ef5f
Update README.md
Browse files
README.md
CHANGED
@@ -40,4 +40,18 @@ model-index:
|
|
40 |
| `SPANS_SC_P` | 83.32 |
|
41 |
| `SPANS_SC_R` | 82.88 |
|
42 |
| `TRANSFORMER_LOSS` | 1176.39 |
|
43 |
-
| `SPANCAT_LOSS` | 36025.42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
| `SPANS_SC_P` | 83.32 |
|
41 |
| `SPANS_SC_R` | 82.88 |
|
42 |
| `TRANSFORMER_LOSS` | 1176.39 |
|
43 |
+
| `SPANCAT_LOSS` | 36025.42 |
|
44 |
+
|
45 |
+
### BibTeX entry and citation info
|
46 |
+
|
47 |
+
```bibtex
|
48 |
+
@article{kormilitzin2021med7,
|
49 |
+
title={Med7: A transferable clinical natural language processing model for electronic health records},
|
50 |
+
author={Kormilitzin, Andrey and Vaci, Nemanja and Liu, Qiang and Nevado-Holgado, Alejo},
|
51 |
+
journal={Artificial Intelligence in Medicine},
|
52 |
+
volume={118},
|
53 |
+
pages={102086},
|
54 |
+
year={2021},
|
55 |
+
publisher={Elsevier}
|
56 |
+
}
|
57 |
+
```
|