AsmaaElnagger commited on
Commit
2bdc27a
·
verified ·
1 Parent(s): a7f841a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -19
README.md CHANGED
@@ -36,13 +36,14 @@ language:
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
37
  should probably proofread and complete it, then remove this comment. -->
38
 
39
- # dinov2-base-finetuned-dia_eye
 
40
 
41
  This model is a fine-tuned version of [facebook/dinov2-base](https://huggingface.co/facebook/dinov2-base) on the imagefolder dataset.
42
  It achieves the following results on the evaluation set:
43
- - Loss: 0.4215
44
- - Accuracy: 0.88
45
- - F1: 0.8802
46
 
47
  ## Model description
48
 
@@ -67,7 +68,7 @@ The following hyperparameters were used during training:
67
  - seed: 42
68
  - gradient_accumulation_steps: 4
69
  - total_train_batch_size: 16
70
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
71
  - lr_scheduler_type: linear
72
  - lr_scheduler_warmup_ratio: 0.1
73
  - num_epochs: 10
@@ -76,21 +77,22 @@ The following hyperparameters were used during training:
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
78
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
79
- | 1.2812 | 1.0 | 250 | 1.1659 | 0.494 | 0.4460 |
80
- | 1.0885 | 2.0 | 500 | 1.1570 | 0.46 | 0.4098 |
81
- | 1.0673 | 3.0 | 750 | 1.1951 | 0.51 | 0.4777 |
82
- | 0.9863 | 4.0 | 1000 | 0.8480 | 0.622 | 0.6316 |
83
- | 0.8241 | 5.0 | 1250 | 0.7028 | 0.706 | 0.7049 |
84
- | 0.7208 | 6.0 | 1500 | 0.7059 | 0.712 | 0.6910 |
85
- | 0.5563 | 7.0 | 1750 | 0.5728 | 0.782 | 0.7813 |
86
- | 0.3988 | 8.0 | 2000 | 0.5472 | 0.826 | 0.8239 |
87
- | 0.4643 | 9.0 | 2250 | 0.4736 | 0.85 | 0.8503 |
88
- | 0.2625 | 10.0 | 2500 | 0.4215 | 0.88 | 0.8802 |
89
 
90
 
91
  ### Framework versions
92
 
93
- - Transformers 4.48.3
94
- - Pytorch 2.6.0+cu124
95
- - Datasets 3.4.0
96
- - Tokenizers 0.21.0
 
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
37
  should probably proofread and complete it, then remove this comment. -->
38
 
39
+
40
+ Diabetic_RetinoPathy_detection
41
 
42
  This model is a fine-tuned version of [facebook/dinov2-base](https://huggingface.co/facebook/dinov2-base) on the imagefolder dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.2262
45
+ - Accuracy: 0.968
46
+ - F1: 0.9678
47
 
48
  ## Model description
49
 
 
68
  - seed: 42
69
  - gradient_accumulation_steps: 4
70
  - total_train_batch_size: 16
71
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
72
  - lr_scheduler_type: linear
73
  - lr_scheduler_warmup_ratio: 0.1
74
  - num_epochs: 10
 
77
 
78
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
79
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
80
+ | 0.3853 | 1.0 | 250 | 0.4918 | 0.874 | 0.8729 |
81
+ | 0.5345 | 2.0 | 500 | 0.4390 | 0.878 | 0.8771 |
82
+ | 0.4693 | 3.0 | 750 | 0.3857 | 0.88 | 0.8796 |
83
+ | 0.1933 | 4.0 | 1000 | 0.3444 | 0.894 | 0.8948 |
84
+ | 0.3146 | 5.0 | 1250 | 0.2456 | 0.936 | 0.9362 |
85
+ | 0.1832 | 6.0 | 1500 | 0.3369 | 0.924 | 0.9229 |
86
+ | 0.1407 | 7.0 | 1750 | 0.3425 | 0.946 | 0.9454 |
87
+ | 0.1462 | 8.0 | 2000 | 0.2864 | 0.948 | 0.9476 |
88
+ | 0.0905 | 9.0 | 2250 | 0.2177 | 0.956 | 0.9560 |
89
+ | 0.0859 | 10.0 | 2500 | 0.2262 | 0.968 | 0.9678 |
90
 
91
 
92
  ### Framework versions
93
 
94
+ - Transformers 4.45.1
95
+ - Pytorch 2.4.0
96
+ - Datasets 3.0.1
97
+ - Tokenizers 0.20.0
98
+