kormilitzin
commited on
Commit
•
13e0051
1
Parent(s):
e46d09d
Update README.md
Browse files
README.md
CHANGED
@@ -40,4 +40,18 @@ model-index:
|
|
40 |
| `SPANS_SC_P` | 91.52 |
|
41 |
| `SPANS_SC_R` | 79.71 |
|
42 |
| `TOK2VEC_LOSS` | 260.85 |
|
43 |
-
| `SPANCAT_LOSS` | 282817.13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
| `SPANS_SC_P` | 91.52 |
|
41 |
| `SPANS_SC_R` | 79.71 |
|
42 |
| `TOK2VEC_LOSS` | 260.85 |
|
43 |
+
| `SPANCAT_LOSS` | 282817.13 |
|
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 |
+
```
|