andrewromitti
commited on
Commit
•
bbf1af7
1
Parent(s):
71fa188
update model card README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,26 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: alzheimer_model_aug_deit5
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# alzheimer_model_aug_deit5
|
14 |
|
15 |
-
This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -41,6 +61,17 @@ The following hyperparameters were used during training:
|
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 5
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.30.2
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- imagefolder
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: alzheimer_model_aug_deit5
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Image Classification
|
14 |
+
type: image-classification
|
15 |
+
dataset:
|
16 |
+
name: imagefolder
|
17 |
+
type: imagefolder
|
18 |
+
config: default
|
19 |
+
split: test
|
20 |
+
args: default
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.9996875
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# alzheimer_model_aug_deit5
|
31 |
|
32 |
+
This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on the imagefolder dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.0012
|
35 |
+
- Accuracy: 0.9997
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
61 |
- lr_scheduler_type: linear
|
62 |
- num_epochs: 5
|
63 |
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.5045 | 1.0 | 212 | 0.1414 | 0.9522 |
|
69 |
+
| 0.0779 | 2.0 | 424 | 0.0222 | 0.9961 |
|
70 |
+
| 0.0156 | 3.0 | 637 | 0.0164 | 0.9941 |
|
71 |
+
| 0.0032 | 4.0 | 849 | 0.0044 | 0.9983 |
|
72 |
+
| 0.0004 | 4.99 | 1060 | 0.0012 | 0.9997 |
|
73 |
+
|
74 |
+
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.30.2
|