Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Clinical-T5 Models
|
6 |
+
We train four different T5 variants on the union of MIMIC-III and MIMIC-IV: (1) Initialized from T5-Base,
|
7 |
+
(2) Initialized from SciFive-Base, (3) T5-Base initialized from scratch, and (4) T5-Large initialized from scratch.
|
8 |
+
|
9 |
+
This particular model card describes the T5-Large model trained from scratch on MIMIC notes.
|
10 |
+
|
11 |
+
# Model Pretraining
|
12 |
+
In this section, we will describe the pretraining procedure.
|
13 |
+
|
14 |
+
### Pretraining Data
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
### Note Preprocessing
|
19 |
+
|
20 |
+
### Pretraining Procedures
|
21 |
+
|
22 |
+
### Pretraining Hyperparameters
|
23 |
+
|
24 |
+
# How to use the Model
|
25 |
+
|
26 |
+
|
27 |
+
# Questions?
|
28 |
+
If you have any questions about using the models, please email eric@xyla.com.
|