Nifdi01 commited on
Commit
a2e0848
1 Parent(s): ff9a3c3

End of training

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/vit-base-patch16-224-in21k
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: alz-mri-vit
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # alz-mri-vit
17
+
18
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.2447
21
+ - F1: 0.9086
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 30
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
56
+ | 1.1101 | 1.0 | 64 | 0.9590 | 0.5549 |
57
+ | 0.9356 | 2.0 | 128 | 0.8877 | 0.5940 |
58
+ | 0.9187 | 3.0 | 192 | 0.9376 | 0.5272 |
59
+ | 0.8804 | 4.0 | 256 | 0.8667 | 0.5962 |
60
+ | 0.7854 | 5.0 | 320 | 0.7756 | 0.6720 |
61
+ | 0.7278 | 6.0 | 384 | 0.7202 | 0.6860 |
62
+ | 0.6462 | 7.0 | 448 | 0.7124 | 0.6898 |
63
+ | 0.5731 | 8.0 | 512 | 0.6027 | 0.7553 |
64
+ | 0.473 | 9.0 | 576 | 0.5520 | 0.7724 |
65
+ | 0.4378 | 10.0 | 640 | 0.5550 | 0.7758 |
66
+ | 0.4086 | 11.0 | 704 | 0.4366 | 0.8271 |
67
+ | 0.36 | 12.0 | 768 | 0.4446 | 0.8225 |
68
+ | 0.3217 | 13.0 | 832 | 0.3841 | 0.8441 |
69
+ | 0.2941 | 14.0 | 896 | 0.4719 | 0.8182 |
70
+ | 0.2679 | 15.0 | 960 | 0.4112 | 0.8410 |
71
+ | 0.2565 | 16.0 | 1024 | 0.3698 | 0.8527 |
72
+ | 0.2502 | 17.0 | 1088 | 0.3283 | 0.8810 |
73
+ | 0.2166 | 18.0 | 1152 | 0.3569 | 0.8627 |
74
+ | 0.197 | 19.0 | 1216 | 0.3475 | 0.8699 |
75
+ | 0.2004 | 20.0 | 1280 | 0.3171 | 0.8834 |
76
+ | 0.1722 | 21.0 | 1344 | 0.2711 | 0.8998 |
77
+ | 0.1529 | 22.0 | 1408 | 0.2432 | 0.9100 |
78
+ | 0.1495 | 23.0 | 1472 | 0.2950 | 0.8978 |
79
+ | 0.1307 | 24.0 | 1536 | 0.2811 | 0.9034 |
80
+ | 0.1278 | 25.0 | 1600 | 0.2545 | 0.9086 |
81
+ | 0.1175 | 26.0 | 1664 | 0.2561 | 0.9051 |
82
+ | 0.1264 | 27.0 | 1728 | 0.2128 | 0.9186 |
83
+ | 0.1015 | 28.0 | 1792 | 0.3022 | 0.9014 |
84
+ | 0.1077 | 29.0 | 1856 | 0.2403 | 0.9221 |
85
+ | 0.0932 | 30.0 | 1920 | 0.2447 | 0.9086 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - Transformers 4.41.2
91
+ - Pytorch 2.3.1+cu121
92
+ - Datasets 2.19.2
93
+ - Tokenizers 0.19.1