create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: nl
|
| 3 |
+
license: mit
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Regression Model for Respiration Functioning Levels (ICF b440)
|
| 7 |
+
|
| 8 |
+
## Description
|
| 9 |
+
A fine-tuned regression model that assigns a functioning level to Dutch sentences describing respiration functions. The model is based on a pre-trained Dutch medical language model ([link to be added]()): a RoBERTa model, trained from scratch on clinical notes of the Amsterdam UMC. To detect sentences about respiration functions in clinical text in Dutch, use the [icf-domains](https://huggingface.co/CLTL/icf-domains) classification model.
|
| 10 |
+
|
| 11 |
+
## Functioning levels
|
| 12 |
+
Level | Meaning
|
| 13 |
+
---|---
|
| 14 |
+
4 | No problem with respiration, and/or respiratory rate is normal (EWS: 9-20).
|
| 15 |
+
3 | Shortness of breath in exercise (saturation ≥90), and/or respiratory rate is slightly increased (EWS: 21-30).
|
| 16 |
+
2 | Shortness of breath in rest (saturation ≥90), and/or respiratory rate is fairly increased (EWS: 31-35).
|
| 17 |
+
1 | Needs oxygen at rest or during exercise (saturation <90), and/or respiratory rate >35.
|
| 18 |
+
0 | Mechanical ventilation is needed.
|
| 19 |
+
|
| 20 |
+
The predictions generated by the model might sometimes be outside of the scale (e.g. 4.2); this is normal in a regression model.
|
| 21 |
+
|
| 22 |
+
## Intended uses and limitations
|
| 23 |
+
|
| 24 |
+
TBD
|
| 25 |
+
|
| 26 |
+
## Training data
|
| 27 |
+
|
| 28 |
+
TBD
|
| 29 |
+
|
| 30 |
+
## Training procedure
|
| 31 |
+
|
| 32 |
+
TBD
|
| 33 |
+
|
| 34 |
+
## Evaluation results
|
| 35 |
+
|
| 36 |
+
TBD
|
| 37 |
+
|
| 38 |
+
## Authors and references
|
| 39 |
+
|
| 40 |
+
TBD
|