End of training
Browse files
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 [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 1.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,33 +52,35 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 64
|
57 |
- eval_batch_size: 64
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
-
- num_epochs:
|
62 |
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| No log | 1.0 | 10 |
|
69 |
-
| No log | 2.0 | 20 | 1.
|
70 |
-
| No log | 3.0 | 30 | 1.
|
71 |
-
| No log | 4.0 | 40 | 1.
|
72 |
-
| No log | 5.0 | 50 | 1.
|
73 |
-
| No log | 6.0 | 60 | 1.
|
74 |
-
| No log | 7.0 | 70 | 1.
|
75 |
-
| No log | 8.0 | 80 | 1.
|
76 |
-
| No log | 9.0 | 90 | 1.
|
77 |
-
| No log | 10.0 | 100 | 1.
|
78 |
-
| No log | 11.0 | 110 | 1.
|
79 |
-
| No log | 12.0 | 120 | 1.
|
80 |
-
| No log | 13.0 | 130 | 1.
|
81 |
-
| No log | 14.0 | 140 | 1.
|
|
|
|
|
82 |
|
83 |
|
84 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.5125
|
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 [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.4561
|
36 |
+
- Accuracy: 0.5125
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 5e-05
|
56 |
- train_batch_size: 64
|
57 |
- eval_batch_size: 64
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 16
|
62 |
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| No log | 1.0 | 10 | 1.9952 | 0.2562 |
|
69 |
+
| No log | 2.0 | 20 | 1.8898 | 0.3312 |
|
70 |
+
| No log | 3.0 | 30 | 1.7876 | 0.3875 |
|
71 |
+
| No log | 4.0 | 40 | 1.7055 | 0.375 |
|
72 |
+
| No log | 5.0 | 50 | 1.6422 | 0.4437 |
|
73 |
+
| No log | 6.0 | 60 | 1.5976 | 0.4688 |
|
74 |
+
| No log | 7.0 | 70 | 1.5605 | 0.4688 |
|
75 |
+
| No log | 8.0 | 80 | 1.5305 | 0.5 |
|
76 |
+
| No log | 9.0 | 90 | 1.5002 | 0.4938 |
|
77 |
+
| No log | 10.0 | 100 | 1.4880 | 0.4938 |
|
78 |
+
| No log | 11.0 | 110 | 1.4728 | 0.4625 |
|
79 |
+
| No log | 12.0 | 120 | 1.4561 | 0.5125 |
|
80 |
+
| No log | 13.0 | 130 | 1.4592 | 0.475 |
|
81 |
+
| No log | 14.0 | 140 | 1.4568 | 0.475 |
|
82 |
+
| No log | 15.0 | 150 | 1.4480 | 0.4813 |
|
83 |
+
| No log | 16.0 | 160 | 1.4512 | 0.475 |
|
84 |
|
85 |
|
86 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343242432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5513b3937d4363310028022516cee9cac72cee5b104a48cd3b1ee79f1aa3f701
|
3 |
size 343242432
|
runs/Jul20_09-21-13_e55f09b4413c/events.out.tfevents.1721469109.e55f09b4413c.1185.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6089eff697c856a0737f8d8a6563d40071c8a915cfa9abb0e3731d9238a76a8c
|
3 |
+
size 411
|