louislu9911
commited on
Commit
•
bdb048d
1
Parent(s):
13da703
Model save
Browse files- README.md +22 -22
- model.safetensors +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/convnextv2-base-1k-224](https://huggingface.co/facebook/convnextv2-base-1k-224) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -53,11 +53,11 @@ More information needed
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
58 |
- seed: 42
|
59 |
- gradient_accumulation_steps: 4
|
60 |
-
- total_train_batch_size:
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
@@ -67,22 +67,22 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 1.
|
71 |
-
|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
|
87 |
|
88 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.866822429906542
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/convnextv2-base-1k-224](https://huggingface.co/facebook/convnextv2-base-1k-224) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3847
|
36 |
+
- Accuracy: 0.8668
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 300
|
57 |
+
- eval_batch_size: 300
|
58 |
- seed: 42
|
59 |
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 1200
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 1.4746 | 0.98 | 16 | 1.1574 | 0.6150 |
|
71 |
+
| 0.9672 | 1.97 | 32 | 0.8080 | 0.7084 |
|
72 |
+
| 0.7544 | 2.95 | 48 | 0.6316 | 0.7832 |
|
73 |
+
| 0.5568 | 4.0 | 65 | 0.5164 | 0.8350 |
|
74 |
+
| 0.4714 | 4.98 | 81 | 0.4622 | 0.8486 |
|
75 |
+
| 0.4361 | 5.97 | 97 | 0.4373 | 0.8509 |
|
76 |
+
| 0.412 | 6.95 | 113 | 0.4347 | 0.8570 |
|
77 |
+
| 0.3786 | 8.0 | 130 | 0.4091 | 0.8598 |
|
78 |
+
| 0.3741 | 8.98 | 146 | 0.4161 | 0.8598 |
|
79 |
+
| 0.3649 | 9.97 | 162 | 0.4062 | 0.8668 |
|
80 |
+
| 0.3532 | 10.95 | 178 | 0.3931 | 0.8668 |
|
81 |
+
| 0.3467 | 12.0 | 195 | 0.3884 | 0.8645 |
|
82 |
+
| 0.3379 | 12.98 | 211 | 0.3850 | 0.8645 |
|
83 |
+
| 0.3428 | 13.97 | 227 | 0.3911 | 0.8715 |
|
84 |
+
| 0.3409 | 14.95 | 243 | 0.3887 | 0.8687 |
|
85 |
+
| 0.3397 | 15.75 | 256 | 0.3847 | 0.8668 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 350837748
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d2bf795076cf3d7166fa25bb4ac68d456d72fd845b8c8b9b11001e8c6627622
|
3 |
size 350837748
|