sruthis commited on
Commit
30cfbe0
1 Parent(s): 09d230f

End of training

Browse files
Files changed (1) hide show
  1. README.md +33 -2
README.md CHANGED
@@ -3,9 +3,26 @@ license: apache-2.0
3
  base_model: facebook/deit-base-distilled-patch16-224
4
  tags:
5
  - generated_from_trainer
 
 
 
 
6
  model-index:
7
  - name: alzheimer_model_aug_deit5
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -13,7 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # alzheimer_model_aug_deit5
15
 
16
- This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
@@ -42,6 +62,17 @@ The following hyperparameters were used during training:
42
  - lr_scheduler_type: linear
43
  - num_epochs: 5
44
 
 
 
 
 
 
 
 
 
 
 
 
45
  ### Framework versions
46
 
47
  - Transformers 4.35.2
 
3
  base_model: facebook/deit-base-distilled-patch16-224
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
  model-index:
11
  - name: alzheimer_model_aug_deit5
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.9939271255060729
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # alzheimer_model_aug_deit5
32
 
33
+ 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.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.0472
36
+ - Accuracy: 0.9939
37
 
38
  ## Model description
39
 
 
62
  - lr_scheduler_type: linear
63
  - num_epochs: 5
64
 
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 0.97 | 12 | 0.5252 | 0.8947 |
70
+ | No log | 1.94 | 24 | 0.1506 | 0.9636 |
71
+ | No log | 2.98 | 37 | 0.0787 | 0.9858 |
72
+ | No log | 3.95 | 49 | 0.0587 | 0.9919 |
73
+ | No log | 4.84 | 60 | 0.0472 | 0.9939 |
74
+
75
+
76
  ### Framework versions
77
 
78
  - Transformers 4.35.2