hlillemark
commited on
Commit
•
dcc9185
1
Parent(s):
a0d5193
End of training
Browse files
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-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) 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,15 +46,22 @@ 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 |
|
54 |
-
|
55 |
-
| No log | 1.0 | 2 | 4.5210 |
|
56 |
-
| No log | 2.0 | 4 | 4.4151 |
|
57 |
-
| No log | 3.0 | 6 | 4.3629 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 3.8640
|
21 |
+
- Accuracy: 0.573
|
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: 10
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|
54 |
+
|:-------------:|:-----:|:----:|:--------:|:---------------:|
|
55 |
+
| No log | 1.0 | 2 | 0.036 | 4.5210 |
|
56 |
+
| No log | 2.0 | 4 | 0.278 | 4.4151 |
|
57 |
+
| No log | 3.0 | 6 | 0.437 | 4.3629 |
|
58 |
+
| No log | 4.0 | 8 | 4.2960 | 0.547 |
|
59 |
+
| 4.3122 | 5.0 | 10 | 4.1697 | 0.589 |
|
60 |
+
| 4.3122 | 6.0 | 12 | 4.0601 | 0.568 |
|
61 |
+
| 4.3122 | 7.0 | 14 | 3.9770 | 0.521 |
|
62 |
+
| 4.3122 | 8.0 | 16 | 3.9177 | 0.539 |
|
63 |
+
| 4.3122 | 9.0 | 18 | 3.8843 | 0.545 |
|
64 |
+
| 3.9792 | 10.0 | 20 | 3.8640 | 0.573 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343528508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a5b1964977950c77c5e0f81592af13ca3ce27a1f845e427992d228d8e484034
|
3 |
size 343528508
|
runs/Jan23_14-32-23_parka/events.out.tfevents.1706051044.parka.3337075.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb3a12d669d0d48106b55c4b050aa5657ce2b29953ac7accc9851e9458c59313
|
3 |
+
size 405
|
runs/Jan23_15-23-21_parka/events.out.tfevents.1706052202.parka.3337075.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc4435cb779820c6806101063f5022a2dec353e671ac69193033b84996423c27
|
3 |
+
size 12230
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12133fc6455de294b26a0228af171db0664b19a9612a840e8cf4ede443d9274
|
3 |
size 4728
|