zkdeng commited on
Commit
a647d21
1 Parent(s): 68babb5

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [facebook/convnextv2-tiny-22k-384](https://huggingface.co/facebook/convnextv2-tiny-22k-384) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.3486
24
- - Accuracy: 0.701
25
- - Precision: 0.7150
26
- - Recall: 0.7084
27
- - F1: 0.6938
28
 
29
  ## Model description
30
 
@@ -58,11 +58,11 @@ The following hyperparameters were used during training:
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
- | 3.5739 | 1.0 | 125 | 3.3357 | 0.285 | 0.2941 | 0.2850 | 0.2516 |
62
- | 2.3021 | 2.0 | 250 | 2.1181 | 0.539 | 0.5835 | 0.5471 | 0.5192 |
63
- | 1.832 | 3.0 | 375 | 1.6195 | 0.658 | 0.6774 | 0.6692 | 0.6492 |
64
- | 1.4719 | 4.0 | 500 | 1.4212 | 0.689 | 0.7076 | 0.6984 | 0.6801 |
65
- | 1.3378 | 5.0 | 625 | 1.3486 | 0.701 | 0.7150 | 0.7084 | 0.6938 |
66
 
67
 
68
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [facebook/convnextv2-tiny-22k-384](https://huggingface.co/facebook/convnextv2-tiny-22k-384) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.3480
24
+ - Accuracy: 0.708
25
+ - Precision: 0.7226
26
+ - Recall: 0.7142
27
+ - F1: 0.6994
28
 
29
  ## Model description
30
 
 
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
+ | 3.5765 | 1.0 | 125 | 3.3326 | 0.293 | 0.3422 | 0.2932 | 0.2604 |
62
+ | 2.29 | 2.0 | 250 | 2.1112 | 0.539 | 0.5769 | 0.5460 | 0.5180 |
63
+ | 1.8212 | 3.0 | 375 | 1.6097 | 0.657 | 0.6790 | 0.6674 | 0.6465 |
64
+ | 1.4779 | 4.0 | 500 | 1.4234 | 0.688 | 0.7060 | 0.6974 | 0.6802 |
65
+ | 1.3378 | 5.0 | 625 | 1.3480 | 0.708 | 0.7226 | 0.7142 | 0.6994 |
66
 
67
 
68
  ### Framework versions