siddharth963
commited on
Commit
•
e7b3a7d
1
Parent(s):
024ff81
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.8696261682242991
|
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.3756
|
33 |
+
- Accuracy: 0.8696
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
- learning_rate: 5e-05
|
53 |
+
- train_batch_size: 32
|
54 |
+
- eval_batch_size: 32
|
55 |
- seed: 42
|
56 |
- gradient_accumulation_steps: 4
|
57 |
+
- total_train_batch_size: 128
|
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.5628 | 1.0 | 150 | 0.5357 | 0.8308 |
|
68 |
+
| 0.4398 | 2.0 | 300 | 0.4311 | 0.8598 |
|
69 |
+
| 0.4022 | 3.0 | 450 | 0.3958 | 0.8668 |
|
70 |
+
| 0.3855 | 4.0 | 600 | 0.4030 | 0.8598 |
|
71 |
+
| 0.3659 | 5.0 | 750 | 0.4125 | 0.8617 |
|
72 |
+
| 0.3393 | 6.0 | 900 | 0.3840 | 0.8673 |
|
73 |
+
| 0.3022 | 7.0 | 1050 | 0.3775 | 0.8673 |
|
74 |
+
| 0.2941 | 8.0 | 1200 | 0.3742 | 0.8706 |
|
75 |
+
| 0.2903 | 9.0 | 1350 | 0.3809 | 0.8696 |
|
76 |
+
| 0.2584 | 10.0 | 1500 | 0.3756 | 0.8696 |
|
77 |
|
78 |
|
79 |
### Framework versions
|