SJChaudhuri
commited on
Commit
•
3828d51
1
Parent(s):
bb5de4d
update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -45,15 +45,32 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| No log | 1.0 | 3 | 1.
|
55 |
-
| No log | 2.0 | 6 | 1.
|
56 |
-
| No log | 3.0 | 9 | 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8454
|
20 |
+
- Accuracy: 0.5714
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 20
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 1.0 | 3 | 1.3657 | 0.3095 |
|
55 |
+
| No log | 2.0 | 6 | 1.1966 | 0.4286 |
|
56 |
+
| No log | 3.0 | 9 | 1.1076 | 0.4524 |
|
57 |
+
| 1.2696 | 4.0 | 12 | 1.0717 | 0.5714 |
|
58 |
+
| 1.2696 | 5.0 | 15 | 0.9948 | 0.5238 |
|
59 |
+
| 1.2696 | 6.0 | 18 | 1.0701 | 0.5 |
|
60 |
+
| 1.0945 | 7.0 | 21 | 0.9920 | 0.5 |
|
61 |
+
| 1.0945 | 8.0 | 24 | 0.9338 | 0.6667 |
|
62 |
+
| 1.0945 | 9.0 | 27 | 0.9605 | 0.5714 |
|
63 |
+
| 0.9538 | 10.0 | 30 | 0.9285 | 0.6190 |
|
64 |
+
| 0.9538 | 11.0 | 33 | 0.9113 | 0.5714 |
|
65 |
+
| 0.9538 | 12.0 | 36 | 0.8414 | 0.6190 |
|
66 |
+
| 0.9538 | 13.0 | 39 | 0.9422 | 0.5476 |
|
67 |
+
| 0.8646 | 14.0 | 42 | 0.8165 | 0.6429 |
|
68 |
+
| 0.8646 | 15.0 | 45 | 0.9582 | 0.5238 |
|
69 |
+
| 0.8646 | 16.0 | 48 | 0.8548 | 0.6190 |
|
70 |
+
| 0.8082 | 17.0 | 51 | 0.8568 | 0.6190 |
|
71 |
+
| 0.8082 | 18.0 | 54 | 0.8792 | 0.5476 |
|
72 |
+
| 0.8082 | 19.0 | 57 | 0.8819 | 0.5476 |
|
73 |
+
| 0.7731 | 20.0 | 60 | 0.8454 | 0.5714 |
|
74 |
|
75 |
|
76 |
### Framework versions
|