WillyArdiyanto
commited on
Commit
•
fe247ee
1
Parent(s):
c24b0e9
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,7 +52,7 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 16
|
58 |
- seed: 42
|
@@ -64,16 +64,16 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| No log | 1.0 | 40 | 1.
|
68 |
-
| No log | 2.0 | 80 | 1.
|
69 |
-
| No log | 3.0 | 120 | 1.
|
70 |
-
| No log | 4.0 | 160 | 1.
|
71 |
-
| No log | 5.0 | 200 | 1.
|
72 |
-
| No log | 6.0 | 240 | 1.
|
73 |
-
| No log | 7.0 | 280 | 1.
|
74 |
-
| No log | 8.0 | 320 | 1.
|
75 |
-
| No log | 9.0 | 360 | 1.
|
76 |
-
| No log | 10.0 | 400 | 1.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.5625
|
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.4866
|
36 |
+
- Accuracy: 0.5625
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0001
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 16
|
58 |
- seed: 42
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| No log | 1.0 | 40 | 1.5045 | 0.4875 |
|
68 |
+
| No log | 2.0 | 80 | 1.3562 | 0.5312 |
|
69 |
+
| No log | 3.0 | 120 | 1.5354 | 0.4562 |
|
70 |
+
| No log | 4.0 | 160 | 1.5095 | 0.5062 |
|
71 |
+
| No log | 5.0 | 200 | 1.5644 | 0.475 |
|
72 |
+
| No log | 6.0 | 240 | 1.4651 | 0.5563 |
|
73 |
+
| No log | 7.0 | 280 | 1.4516 | 0.5375 |
|
74 |
+
| No log | 8.0 | 320 | 1.5859 | 0.5188 |
|
75 |
+
| No log | 9.0 | 360 | 1.5498 | 0.5437 |
|
76 |
+
| No log | 10.0 | 400 | 1.5040 | 0.5625 |
|
77 |
|
78 |
|
79 |
### Framework versions
|