Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,15 @@ We sampled the beginning 15 tokens from all sections of the de-identified notes
|
|
24 |
|
25 |
Detailed information is provided in the GatorTronGPT paper: https://arxiv.org/abs/2305.13523
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
<h2>How to use</h2>
|
28 |
|
29 |
- An NLP pacakge using GatorTronS for clinical concept extraction (Named Entity Recognition): https://github.com/uf-hobi-informatics-lab/ClinicalTransformerNER
|
|
|
24 |
|
25 |
Detailed information is provided in the GatorTronGPT paper: https://arxiv.org/abs/2305.13523
|
26 |
|
27 |
+
<h2>Model variations</h2>
|
28 |
+
|
29 |
+
Model | Parameter
|
30 |
+
--- | ---
|
31 |
+
[gatortron-base](https://huggingface.co/UFNLP/gatortron-base)| 345 million
|
32 |
+
[gatortronS (this model)](https://huggingface.co/UFNLP/gatortronS) | 345 million
|
33 |
+
[gatortron-medium](https://huggingface.co/UFNLP/gatortron-medium) | 3.9 billion
|
34 |
+
gatortron-large | 8.9 billion
|
35 |
+
|
36 |
<h2>How to use</h2>
|
37 |
|
38 |
- An NLP pacakge using GatorTronS for clinical concept extraction (Named Entity Recognition): https://github.com/uf-hobi-informatics-lab/ClinicalTransformerNER
|