thaonguyen274 commited on
Commit
1661676
·
1 Parent(s): 823dece

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.46823040380047504
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.6973
35
- - Accuracy: 0.4682
36
 
37
  ## Model description
38
 
@@ -51,7 +51,7 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 5e-05
55
  - train_batch_size: 32
56
  - eval_batch_size: 32
57
  - seed: 42
@@ -66,16 +66,16 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | No log | 0.89 | 6 | 1.7731 | 0.2550 |
70
- | 1.9105 | 1.89 | 12 | 1.7591 | 0.3409 |
71
- | 1.9105 | 2.89 | 18 | 1.7453 | 0.3910 |
72
- | 2.0207 | 3.89 | 24 | 1.7334 | 0.4394 |
73
- | 1.8655 | 4.89 | 30 | 1.7232 | 0.4388 |
74
- | 1.8655 | 5.89 | 36 | 1.7149 | 0.4569 |
75
- | 1.9825 | 6.89 | 42 | 1.7101 | 0.4840 |
76
- | 1.9825 | 7.89 | 48 | 1.7018 | 0.4736 |
77
- | 1.9672 | 8.89 | 54 | 1.6976 | 0.4828 |
78
- | 1.8329 | 9.89 | 60 | 1.6973 | 0.4682 |
79
 
80
 
81
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.5026722090261283
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.5983
35
+ - Accuracy: 0.5027
36
 
37
  ## Model description
38
 
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 0.0001
55
  - train_batch_size: 32
56
  - eval_batch_size: 32
57
  - seed: 42
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 0.89 | 6 | 1.7745 | 0.2838 |
70
+ | 1.9066 | 1.89 | 12 | 1.7447 | 0.3895 |
71
+ | 1.9066 | 2.89 | 18 | 1.7216 | 0.4154 |
72
+ | 1.9875 | 3.89 | 24 | 1.6914 | 0.4311 |
73
+ | 1.8094 | 4.89 | 30 | 1.6659 | 0.4629 |
74
+ | 1.8094 | 5.89 | 36 | 1.6485 | 0.4852 |
75
+ | 1.8906 | 6.89 | 42 | 1.6278 | 0.4869 |
76
+ | 1.8906 | 7.89 | 48 | 1.6098 | 0.5021 |
77
+ | 1.8516 | 8.89 | 54 | 1.6131 | 0.5175 |
78
+ | 1.718 | 9.89 | 60 | 1.5983 | 0.5027 |
79
 
80
 
81
  ### Framework versions