jayanthspratap commited on
Commit
a698090
1 Parent(s): 0191e75

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.5625
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 [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.6485
35
- - Accuracy: 0.5625
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: 1e-06
55
  - train_batch_size: 4
56
  - eval_batch_size: 4
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 | 1.0 | 4 | 0.6743 | 0.5625 |
70
- | No log | 2.0 | 8 | 0.6683 | 0.5625 |
71
- | 0.649 | 3.0 | 12 | 0.6634 | 0.5625 |
72
- | 0.649 | 4.0 | 16 | 0.6594 | 0.625 |
73
- | 0.6178 | 5.0 | 20 | 0.6562 | 0.625 |
74
- | 0.6178 | 6.0 | 24 | 0.6535 | 0.625 |
75
- | 0.6178 | 7.0 | 28 | 0.6514 | 0.5625 |
76
- | 0.6236 | 8.0 | 32 | 0.6499 | 0.5625 |
77
- | 0.6236 | 9.0 | 36 | 0.6489 | 0.5625 |
78
- | 0.621 | 10.0 | 40 | 0.6485 | 0.5625 |
79
 
80
 
81
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.875
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 [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.6043
35
+ - Accuracy: 0.875
36
 
37
  ## Model description
38
 
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 5e-06
55
  - train_batch_size: 4
56
  - eval_batch_size: 4
57
  - seed: 42
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 1.0 | 4 | 0.7140 | 0.375 |
70
+ | No log | 2.0 | 8 | 0.6876 | 0.5 |
71
+ | 0.7104 | 3.0 | 12 | 0.6666 | 0.625 |
72
+ | 0.7104 | 4.0 | 16 | 0.6495 | 0.6875 |
73
+ | 0.6567 | 5.0 | 20 | 0.6360 | 0.75 |
74
+ | 0.6567 | 6.0 | 24 | 0.6247 | 0.8125 |
75
+ | 0.6567 | 7.0 | 28 | 0.6160 | 0.875 |
76
+ | 0.6277 | 8.0 | 32 | 0.6098 | 0.875 |
77
+ | 0.6277 | 9.0 | 36 | 0.6058 | 0.875 |
78
+ | 0.6122 | 10.0 | 40 | 0.6043 | 0.875 |
79
 
80
 
81
  ### Framework versions