bryanzhou008 commited on
Commit
32d6315
·
verified ·
1 Parent(s): 3b81fe3

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -18,12 +18,12 @@ model-index:
18
  name: imagefolder
19
  type: imagefolder
20
  config: default
21
- split: train
22
  args: default
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.9507407407407408
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.1480
37
- - Accuracy: 0.9507
38
 
39
  ## Model description
40
 
@@ -66,11 +66,11 @@ The following hyperparameters were used during training:
66
 
67
  ### Training results
68
 
69
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
70
- |:-------------:|:------:|:----:|:---------------:|:--------:|
71
- | 0.4418 | 0.9895 | 47 | 0.2409 | 0.9196 |
72
- | 0.2514 | 2.0 | 95 | 0.1633 | 0.9463 |
73
- | 0.1907 | 2.9684 | 141 | 0.1480 | 0.9507 |
74
 
75
 
76
  ### Framework versions
 
18
  name: imagefolder
19
  type: imagefolder
20
  config: default
21
+ split: validation
22
  args: default
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.17777777777777778
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 2.9909
37
+ - Accuracy: 0.1778
38
 
39
  ## Model description
40
 
 
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
70
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
71
+ | No log | 0.8 | 2 | 3.1216 | 0.0722 |
72
+ | No log | 2.0 | 5 | 3.0048 | 0.1694 |
73
+ | No log | 2.4 | 6 | 2.9909 | 0.1778 |
74
 
75
 
76
  ### Framework versions