Augusto777
commited on
Commit
•
8faa3f7
1
Parent(s):
c2b707d
Model save
Browse files- README.md +11 -5
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,14 +46,20 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| No log | 0.67 | 1 | 1.
|
56 |
-
| No log | 2.0 | 3 | 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4312
|
21 |
+
- Accuracy: 0.9
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 12
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| No log | 0.67 | 1 | 1.2258 | 0.5 |
|
56 |
+
| No log | 2.0 | 3 | 1.0536 | 0.7 |
|
57 |
+
| No log | 2.67 | 4 | 0.9143 | 0.75 |
|
58 |
+
| No log | 4.0 | 6 | 0.6899 | 0.9 |
|
59 |
+
| No log | 4.67 | 7 | 0.6300 | 0.95 |
|
60 |
+
| No log | 6.0 | 9 | 0.5069 | 0.9 |
|
61 |
+
| 0.8554 | 6.67 | 10 | 0.4671 | 0.9 |
|
62 |
+
| 0.8554 | 8.0 | 12 | 0.4312 | 0.9 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343274861
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ad4583a87838655ff9fd19c960563b7098e167a219a4b45e8b4d0fc9d83fb2d
|
3 |
size 343274861
|