End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: microsoft/swin-base-patch4-window12-384
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: mimic-cxr-swin-large-patch4-window12-384-test
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# mimic-cxr-swin-large-patch4-window12-384-test
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/swin-base-patch4-window12-384](https://huggingface.co/microsoft/swin-base-patch4-window12-384) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -45,6 +50,11 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
3 |
base_model: microsoft/swin-base-patch4-window12-384
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
model-index:
|
9 |
- name: mimic-cxr-swin-large-patch4-window12-384-test
|
10 |
results: []
|
|
|
16 |
# mimic-cxr-swin-large-patch4-window12-384-test
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/swin-base-patch4-window12-384](https://huggingface.co/microsoft/swin-base-patch4-window12-384) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2415
|
21 |
+
- F1: 0.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|:---:|
|
55 |
+
| 0.4807 | 0.9524 | 15 | 0.2439 | 0.0 |
|
56 |
+
| 0.3154 | 1.9683 | 31 | 0.2422 | 0.0 |
|
57 |
+
| 0.2564 | 2.8571 | 45 | 0.2415 | 0.0 |
|
58 |
|
59 |
|
60 |
### Framework versions
|