eason0203 commited on
Commit
91aa9d0
·
1 Parent(s): a01b240

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -32
README.md CHANGED
@@ -4,24 +4,9 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - imagefolder
7
- metrics:
8
- - accuracy
9
  model-index:
10
  - name: swin-tiny-patch4-window7-224-arty-bg-classifier
11
- results:
12
- - task:
13
- name: Image Classification
14
- type: image-classification
15
- dataset:
16
- name: imagefolder
17
- type: imagefolder
18
- config: default
19
- split: train
20
- args: default
21
- metrics:
22
- - name: Accuracy
23
- type: accuracy
24
- value: 0.9786450662739322
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  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.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.0518
35
- - Accuracy: 0.9786
 
 
 
 
 
36
 
37
  ## Model description
38
 
@@ -52,27 +42,16 @@ More information needed
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 5e-05
55
- - train_batch_size: 64
56
- - eval_batch_size: 64
57
  - seed: 42
58
  - gradient_accumulation_steps: 4
59
- - total_train_batch_size: 256
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
  - num_epochs: 5
64
 
65
- ### Training results
66
-
67
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 0.199 | 0.94 | 20 | 0.1321 | 0.9507 |
70
- | 0.1198 | 1.88 | 40 | 0.0844 | 0.9691 |
71
- | 0.1013 | 2.82 | 60 | 0.0707 | 0.9735 |
72
- | 0.0734 | 3.76 | 80 | 0.0581 | 0.9772 |
73
- | 0.0666 | 4.71 | 100 | 0.0518 | 0.9786 |
74
-
75
-
76
  ### Framework versions
77
 
78
  - Transformers 4.29.1
 
4
  - generated_from_trainer
5
  datasets:
6
  - imagefolder
 
 
7
  model-index:
8
  - name: swin-tiny-patch4-window7-224-arty-bg-classifier
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
 
17
  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.
18
  It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.0086
20
+ - eval_accuracy: 0.9975
21
+ - eval_runtime: 102.2105
22
+ - eval_samples_per_second: 127.639
23
+ - eval_steps_per_second: 1.331
24
+ - epoch: 1.84
25
+ - step: 250
26
 
27
  ## Model description
28
 
 
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 5e-05
45
+ - train_batch_size: 96
46
+ - eval_batch_size: 96
47
  - seed: 42
48
  - gradient_accumulation_steps: 4
49
+ - total_train_batch_size: 384
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
  - lr_scheduler_warmup_ratio: 0.1
53
  - num_epochs: 5
54
 
 
 
 
 
 
 
 
 
 
 
 
55
  ### Framework versions
56
 
57
  - Transformers 4.29.1