phuong-tk-nguyen commited on
Commit
9f11be5
·
1 Parent(s): 993c88c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.174
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 2.2785
36
- - Accuracy: 0.174
37
 
38
  ## Model description
39
 
@@ -67,18 +67,18 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 2.3027 | 0.14 | 10 | 2.3039 | 0.104 |
71
- | 2.2956 | 0.28 | 20 | 2.2954 | 0.112 |
72
- | 2.2918 | 0.43 | 30 | 2.2899 | 0.141 |
73
- | 2.2881 | 0.57 | 40 | 2.2824 | 0.163 |
74
- | 2.2835 | 0.71 | 50 | 2.2861 | 0.181 |
75
- | 2.2785 | 0.85 | 60 | 2.2820 | 0.169 |
76
- | 2.2783 | 0.99 | 70 | 2.2785 | 0.174 |
77
 
78
 
79
  ### Framework versions
80
 
81
- - Transformers 4.35.0
82
- - Pytorch 2.1.1
83
  - Datasets 2.14.6
84
- - Tokenizers 0.14.1
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.199
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 2.2724
36
+ - Accuracy: 0.199
37
 
38
  ## Model description
39
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 2.3021 | 0.14 | 10 | 2.2994 | 0.112 |
71
+ | 2.2929 | 0.28 | 20 | 2.2911 | 0.137 |
72
+ | 2.2875 | 0.43 | 30 | 2.2848 | 0.151 |
73
+ | 2.2824 | 0.57 | 40 | 2.2812 | 0.175 |
74
+ | 2.2792 | 0.71 | 50 | 2.2758 | 0.191 |
75
+ | 2.2766 | 0.85 | 60 | 2.2726 | 0.197 |
76
+ | 2.2765 | 0.99 | 70 | 2.2724 | 0.199 |
77
 
78
 
79
  ### Framework versions
80
 
81
+ - Transformers 4.31.0
82
+ - Pytorch 1.10.1+cu111
83
  - Datasets 2.14.6
84
+ - Tokenizers 0.13.3