You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command produced the following result.
Is this result acceptable?
08/29/2022 08:17:52 - INFO - main - ***** Eval results *****
08/29/2022 08:17:52 - INFO - main - RP80 = 0.596958174904943
08/29/2022 08:17:52 - INFO - main - eval_accuracy = 0.7395699319977945
08/29/2022 08:17:52 - INFO - main - eval_loss = 0.4970936025972028
08/29/2022 08:17:52 - INFO - main - global_step = 0
08/29/2022 08:17:52 - INFO - main - training loss = 100000.0
Recall at Precision of 80 is {} 0.596958174904943
4 Training readmission prediction model from pretraining ClinicalBERT
"./data/3days/" was obtained by preprocess.py.
"./model/pretraining" was obtained from the link of ClinicalBERT Weights.
This command produced the following result.
For me, this result is not acceptable.
If there is something wrong, please let me know the way to finetune the model.
08/29/2022 08:43:39 - INFO - main - ***** Eval results *****
08/29/2022 08:43:39 - INFO - main - RP80 = 0.12547528517110265
08/29/2022 08:43:39 - INFO - main - eval_accuracy = 0.6173497518838449
08/29/2022 08:43:39 - INFO - main - eval_loss = 0.6674913585799357
08/29/2022 08:43:39 - INFO - main - global_step = 2988
08/29/2022 08:43:39 - INFO - main - training loss = 0.6257770110864237
Recall at Precision of 80 is {} 0.12547528517110265
The text was updated successfully, but these errors were encountered:
Hi.
I have several questions about reproducibility of the code.
1 Pretraining part1
This command produced the following result (../output_pretrained/pretraining_output_128/eval_results.txt).
Is this result acceptable?
2 Pretraining part2
This command produced the following result (../output_pretrained/pretraining_output_512/eval_results.txt).
Is this result acceptable?
3 Early Notes Prediction
"./data/3days/" was obtained by [preprocess.py] (https://github.com/kexinhuang12345/clinicalBERT/blob/master/preprocess.py).
"./model/early_readmission/" was obtained from the link of ClinicalBERT Weights.
This command produced the following result.
Is this result acceptable?
4 Training readmission prediction model from pretraining ClinicalBERT
"./data/3days/" was obtained by preprocess.py.
"./model/pretraining" was obtained from the link of ClinicalBERT Weights.
This command produced the following result.
For me, this result is not acceptable.
If there is something wrong, please let me know the way to finetune the model.
The text was updated successfully, but these errors were encountered: