zkdeng commited on
Commit
8b8c690
1 Parent(s): cabcb87

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -11
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: 0.4642
24
- - Accuracy: 0.9
25
- - Precision: 0.9035
26
- - Recall: 0.9103
27
- - F1: 0.9024
28
 
29
  ## Model description
30
 
@@ -43,10 +43,11 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 5e-05
47
  - train_batch_size: 16
48
  - eval_batch_size: 16
49
  - seed: 42
 
50
  - gradient_accumulation_steps: 4
51
  - total_train_batch_size: 64
52
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
@@ -58,11 +59,11 @@ The following hyperparameters were used during training:
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
- | No log | 0.96 | 6 | 1.1802 | 0.68 | 0.6789 | 0.6869 | 0.6751 |
62
- | 1.3233 | 1.92 | 12 | 0.7867 | 0.84 | 0.8603 | 0.8570 | 0.8388 |
63
- | 1.3233 | 2.88 | 18 | 0.5761 | 0.9 | 0.9035 | 0.9103 | 0.9024 |
64
- | 0.6617 | 4.0 | 25 | 0.4823 | 0.9 | 0.9035 | 0.9103 | 0.9024 |
65
- | 0.4323 | 4.8 | 30 | 0.4642 | 0.9 | 0.9035 | 0.9103 | 0.9024 |
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: 0.7208
24
+ - Accuracy: 0.88
25
+ - Precision: 0.8822
26
+ - Recall: 0.8936
27
+ - F1: 0.8805
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 3e-05
47
  - train_batch_size: 16
48
  - eval_batch_size: 16
49
  - seed: 42
50
+ - distributed_type: multi-GPU
51
  - gradient_accumulation_steps: 4
52
  - total_train_batch_size: 64
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
62
+ | No log | 0.96 | 6 | 1.3602 | 0.52 | 0.5198 | 0.5390 | 0.5169 |
63
+ | 1.4377 | 1.92 | 12 | 1.0444 | 0.78 | 0.7903 | 0.7869 | 0.7804 |
64
+ | 1.4377 | 2.88 | 18 | 0.8560 | 0.86 | 0.8636 | 0.8736 | 0.8598 |
65
+ | 0.9338 | 4.0 | 25 | 0.7443 | 0.86 | 0.8636 | 0.8736 | 0.8598 |
66
+ | 0.7051 | 4.8 | 30 | 0.7208 | 0.88 | 0.8822 | 0.8936 | 0.8805 |
67
 
68
 
69
  ### Framework versions