Model save
Browse files
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.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
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:
|
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.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
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
|