Views
No views yet
| Level | Meaning |
|---|---|
| 4 | Can eat independently (in culturally acceptable ways), good intake, eats according to her/his needs. |
| 3 | Can eat independently but with adjustments, and/or somewhat reduced intake (>75% of her/his needs), and/or good intake can be achieved with proper advice. |
| 2 | Reduced intake, and/or stimulus / feeding modules / nutrition drinks are needed (but not tube feeding / TPN). |
| 1 | Intake is severely reduced (<50% of her/his needs), and/or tube feeding / TPN is needed. |
| 0 | Cannot eat, and/or fully dependent on tube feeding / TPN. |
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-etn',
use_cuda=False,
)
example = 'Sondevoeding is geïndiceerd'
_, raw_outputs = model.predict([example])
predictions = np.squeeze(raw_outputs)0.89[[0.8872931]]| Sentence-level | Note-level | |
|---|---|---|
| mean absolute error | 0.59 | 0.50 |
| mean squared error | 0.65 | 0.47 |
| root mean squared error | 0.81 | 0.68 |