kedimestan commited on
Commit
b69d0f4
·
verified ·
1 Parent(s): 86672da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -17
README.md CHANGED
@@ -5,7 +5,7 @@ base_model: microsoft/swin-base-patch4-window7-224
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
- - imagefolder
9
  metrics:
10
  - accuracy
11
  model-index:
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 1.0
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,26 +31,15 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  # swin-base-patch4-window7-224
33
 
34
- This model is a fine-tuned version of [microsoft/swin-base-patch4-window7-224](https://huggingface.co/microsoft/swin-base-patch4-window7-224) on the imagefolder dataset.
35
- It achieves the following results on the evaluation set:
36
  - Loss: 0.3809
37
  - Accuracy: 1.0
38
 
39
  ## Model description
40
 
41
- More information needed
42
 
43
- ## Intended uses & limitations
44
-
45
- More information needed
46
-
47
- ## Training and evaluation data
48
-
49
- More information needed
50
-
51
- ## Training procedure
52
-
53
- ### Training hyperparameters
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 5e-05
@@ -81,4 +70,4 @@ The following hyperparameters were used during training:
81
  - Transformers 4.44.2
82
  - Pytorch 2.4.1+cu121
83
  - Datasets 3.2.0
84
- - Tokenizers 0.19.1
 
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
+ - kedimestan/RetinoblastomaHealthyImageDataset
9
  metrics:
10
  - accuracy
11
  model-index:
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 1
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  # swin-base-patch4-window7-224
33
 
34
+ Bu model, [microsoft/swin-base-patch4-window7-224](https://huggingface.co/microsoft/swin-base-patch4-window7-224) modelin retinoblastoma veri seti için ince ayar yapılmış versiyonudur.
35
+ Test veri setindeki sonuçları aşağıdaki gibidir:
36
  - Loss: 0.3809
37
  - Accuracy: 1.0
38
 
39
  ## Model description
40
 
41
+ Swin tabanlı bir modeldir. 5e-5 öğrenme oranı ile 10 epoch ile eğitim yapıldı. Optimizasyon için Adam kullanıldı. veri seti %80-%20 olacak şekilde sırasyıla eğitim ve test verisetine bölündü.
42
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 5e-05
 
70
  - Transformers 4.44.2
71
  - Pytorch 2.4.1+cu121
72
  - Datasets 3.2.0
73
+ - Tokenizers 0.19.1