Views
No views yet
| Level | Meaning |
|---|---|
| 4 | Healthy weight, no unintentional weight loss or gain, SNAQ 0 or 1. |
| 3 | Some unintentional weight loss or gain, or lost a lot of weight but gained some of it back afterwards. |
| 2 | Moderate unintentional weight loss or gain (more than 3 kg in the last month), SNAQ 2. |
| 1 | Severe unintentional weight loss or gain (more than 6 kg in the last 6 months), SNAQ ≥ 3. |
| 0 | Severe unintentional weight loss or gain (more than 6 kg in the last 6 months) and admitted to ICU. |
pipeline and classes; doing so would generate incorrect outputs. For this reason, the API on this page is disabled.from simpletransformers.classification import ClassificationModel
model = ClassificationModel(
'roberta',
'CLTL/icf-levels-mbw',
use_cuda=False,
)
example = 'Tijdens opname >10 kg afgevallen.'
_, raw_outputs = model.predict([example])
predictions = np.squeeze(raw_outputs)1.95[[1.95429301]]| Sentence-level | Note-level | |
|---|---|---|
| mean absolute error | 0.81 | 0.60 |
| mean squared error | 0.83 | 0.56 |
| root mean squared error | 0.91 | 0.75 |