siddharth963
commited on
Commit
•
0400a46
1
Parent(s):
f3dd52e
update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
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 image_folder dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -50,11 +50,11 @@ More information needed
|
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
- learning_rate: 5e-05
|
53 |
-
- train_batch_size:
|
54 |
-
- eval_batch_size:
|
55 |
- seed: 42
|
56 |
- gradient_accumulation_steps: 4
|
57 |
-
- total_train_batch_size:
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_ratio: 0.1
|
@@ -64,16 +64,16 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
+
value: 0.8714953271028038
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
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 image_folder dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.3881
|
33 |
+
- Accuracy: 0.8715
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
- learning_rate: 5e-05
|
53 |
+
- train_batch_size: 8
|
54 |
+
- eval_batch_size: 8
|
55 |
- seed: 42
|
56 |
- gradient_accumulation_steps: 4
|
57 |
+
- total_train_batch_size: 32
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.5531 | 1.0 | 535 | 0.4938 | 0.8336 |
|
68 |
+
| 0.4139 | 2.0 | 1070 | 0.4071 | 0.8612 |
|
69 |
+
| 0.287 | 3.0 | 1605 | 0.3954 | 0.8643 |
|
70 |
+
| 0.4211 | 4.0 | 2140 | 0.3906 | 0.8701 |
|
71 |
+
| 0.316 | 5.0 | 2675 | 0.3716 | 0.8755 |
|
72 |
+
| 0.2709 | 6.0 | 3210 | 0.3784 | 0.8736 |
|
73 |
+
| 0.177 | 7.0 | 3745 | 0.3772 | 0.8745 |
|
74 |
+
| 0.2409 | 8.0 | 4280 | 0.3875 | 0.8762 |
|
75 |
+
| 0.1929 | 9.0 | 4815 | 0.3915 | 0.8708 |
|
76 |
+
| 0.1877 | 10.0 | 5350 | 0.3881 | 0.8715 |
|
77 |
|
78 |
|
79 |
### Framework versions
|