vuongnhathien
commited on
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/convnextv2-nano-22k-384
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: convnext-nano-20ep
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Image Classification
|
15 |
+
type: image-classification
|
16 |
+
dataset:
|
17 |
+
name: imagefolder
|
18 |
+
type: imagefolder
|
19 |
+
config: default
|
20 |
+
split: validation
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.8702380952380953
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# convnext-nano-20ep
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/convnextv2-nano-22k-384](https://huggingface.co/facebook/convnextv2-nano-22k-384) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.4812
|
36 |
+
- Accuracy: 0.8702
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0003
|
56 |
+
- train_batch_size: 64
|
57 |
+
- eval_batch_size: 16
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: cosine
|
61 |
+
- num_epochs: 20
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.5831 | 1.0 | 275 | 0.5660 | 0.8278 |
|
68 |
+
| 0.3159 | 2.0 | 550 | 0.5093 | 0.8529 |
|
69 |
+
| 0.1892 | 3.0 | 825 | 0.4719 | 0.8779 |
|
70 |
+
| 0.1111 | 4.0 | 1100 | 0.5067 | 0.8755 |
|
71 |
+
| 0.0886 | 5.0 | 1375 | 0.5278 | 0.8708 |
|
72 |
+
| 0.0697 | 6.0 | 1650 | 0.6000 | 0.8628 |
|
73 |
+
| 0.0396 | 7.0 | 1925 | 0.6158 | 0.8736 |
|
74 |
+
| 0.0386 | 8.0 | 2200 | 0.6448 | 0.8684 |
|
75 |
+
| 0.0323 | 9.0 | 2475 | 0.5637 | 0.8915 |
|
76 |
+
| 0.0157 | 10.0 | 2750 | 0.5845 | 0.8958 |
|
77 |
+
| 0.0067 | 11.0 | 3025 | 0.5574 | 0.9018 |
|
78 |
+
| 0.005 | 12.0 | 3300 | 0.5378 | 0.9034 |
|
79 |
+
| 0.0031 | 13.0 | 3575 | 0.5526 | 0.9014 |
|
80 |
+
| 0.0023 | 14.0 | 3850 | 0.5419 | 0.9093 |
|
81 |
+
| 0.0026 | 15.0 | 4125 | 0.5323 | 0.9113 |
|
82 |
+
| 0.0024 | 16.0 | 4400 | 0.5298 | 0.9117 |
|
83 |
+
| 0.0019 | 17.0 | 4675 | 0.5323 | 0.9121 |
|
84 |
+
| 0.002 | 18.0 | 4950 | 0.5315 | 0.9125 |
|
85 |
+
| 0.0012 | 19.0 | 5225 | 0.5314 | 0.9121 |
|
86 |
+
| 0.0019 | 20.0 | 5500 | 0.5315 | 0.9117 |
|
87 |
+
|
88 |
+
|
89 |
+
### Framework versions
|
90 |
+
|
91 |
+
- Transformers 4.39.3
|
92 |
+
- Pytorch 2.1.2
|
93 |
+
- Datasets 2.18.0
|
94 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 60027032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aa7a5e6cdaa95b01749379043bca6ee2d3ef43d600eff04a86f0e18fd3f38fe
|
3 |
size 60027032
|
runs/May22_05-59-56_28f7779b6c91/events.out.tfevents.1716376865.28f7779b6c91.25.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a611008371cdc3c9250426b008a088a316365c472bab9594ed156311f1725450
|
3 |
+
size 411
|