End of training
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -54,23 +54,30 @@ More information needed
|
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
- learning_rate: 5e-05
|
57 |
-
- train_batch_size:
|
58 |
-
- eval_batch_size:
|
59 |
- seed: 42
|
60 |
- gradient_accumulation_steps: 4
|
61 |
-
- total_train_batch_size:
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
-
- num_epochs:
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch
|
70 |
-
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.8623853211009175
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.7981
|
37 |
+
- Accuracy: 0.8624
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
- learning_rate: 5e-05
|
57 |
+
- train_batch_size: 64
|
58 |
+
- eval_batch_size: 64
|
59 |
- seed: 42
|
60 |
- gradient_accumulation_steps: 4
|
61 |
+
- total_train_batch_size: 256
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
+
- num_epochs: 10
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
71 |
+
| No log | 1.0 | 8 | 2.2682 | 0.3383 |
|
72 |
+
| 2.3684 | 2.0 | 16 | 1.9344 | 0.6869 |
|
73 |
+
| 2.0258 | 3.0 | 24 | 1.6364 | 0.7901 |
|
74 |
+
| 1.6828 | 4.0 | 32 | 1.3840 | 0.8165 |
|
75 |
+
| 1.3866 | 5.0 | 40 | 1.1854 | 0.8222 |
|
76 |
+
| 1.3866 | 6.0 | 48 | 1.0353 | 0.8337 |
|
77 |
+
| 1.1679 | 7.0 | 56 | 0.9255 | 0.8521 |
|
78 |
+
| 1.021 | 8.0 | 64 | 0.8538 | 0.8567 |
|
79 |
+
| 0.9338 | 9.0 | 72 | 0.8123 | 0.8612 |
|
80 |
+
| 0.8718 | 10.0 | 80 | 0.7981 | 0.8624 |
|
81 |
|
82 |
|
83 |
### Framework versions
|
runs/Oct22_07-56-11_ca973c29ba32/events.out.tfevents.1729585981.ca973c29ba32.33741.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecebe45bbf52fbedc3cab8c3bf32bc2a48018d0e635aa39a2591fec5469c1d46
|
3 |
+
size 405
|