ongkn commited on
Commit
432020c
1 Parent(s): ca2b12d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -8,7 +8,7 @@ datasets:
8
  metrics:
9
  - accuracy
10
  model-index:
11
- - name: out
12
  results:
13
  - task:
14
  name: Image Classification
@@ -22,18 +22,18 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.797037037037037
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
- # out
32
 
33
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.4485
36
- - Accuracy: 0.7970
37
 
38
  ## Model description
39
 
@@ -61,15 +61,22 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 0.4948 | 0.99 | 42 | 0.4857 | 0.7763 |
71
- | 0.4693 | 1.99 | 84 | 0.4684 | 0.7970 |
72
- | 0.4418 | 2.98 | 126 | 0.4485 | 0.7970 |
 
 
 
 
 
 
 
73
 
74
 
75
  ### Framework versions
 
8
  metrics:
9
  - accuracy
10
  model-index:
11
+ - name: attraction-classifier
12
  results:
13
  - task:
14
  name: Image Classification
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8286558345642541
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
+ # attraction-classifier
32
 
33
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.3887
36
+ - Accuracy: 0.8287
37
 
38
  ## Model description
39
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 10
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.5824 | 0.99 | 42 | 0.5195 | 0.7829 |
71
+ | 0.4574 | 2.0 | 85 | 0.4473 | 0.8154 |
72
+ | 0.4165 | 2.99 | 127 | 0.3977 | 0.8316 |
73
+ | 0.346 | 4.0 | 170 | 0.3881 | 0.8390 |
74
+ | 0.3025 | 4.99 | 212 | 0.3950 | 0.8213 |
75
+ | 0.3085 | 6.0 | 255 | 0.3965 | 0.8139 |
76
+ | 0.2646 | 6.99 | 297 | 0.3895 | 0.8552 |
77
+ | 0.3022 | 8.0 | 340 | 0.3828 | 0.8390 |
78
+ | 0.2384 | 8.99 | 382 | 0.3878 | 0.8375 |
79
+ | 0.2162 | 9.88 | 420 | 0.3887 | 0.8287 |
80
 
81
 
82
  ### Framework versions