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: 0.
|
21 |
-
- Accuracy: 0
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -41,22 +41,19 @@ The following hyperparameters were used during training:
|
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 16
|
43 |
- seed: 1337
|
44 |
-
- gradient_accumulation_steps: 4
|
45 |
-
- total_train_batch_size: 64
|
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: 5
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### 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: 0.0043
|
21 |
+
- Accuracy: 1.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 16
|
43 |
- seed: 1337
|
|
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
|
|
46 |
- num_epochs: 5
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.0047 | 1.0 | 50 | 0.0043 | 1.0 |
|
53 |
+
| 0.0027 | 2.0 | 100 | 0.0026 | 1.0 |
|
54 |
+
| 0.0019 | 3.0 | 150 | 0.0019 | 1.0 |
|
55 |
+
| 0.0016 | 4.0 | 200 | 0.0016 | 1.0 |
|
56 |
+
| 0.0015 | 5.0 | 250 | 0.0015 | 1.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343223968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaa5154206af252de1a50e417c71073655ef877e12a72ee76a5109ba84765f64
|
3 |
size 343223968
|
runs/Nov12_19-19-49_DESKTOP-4PF3H2T/events.out.tfevents.1699798790.DESKTOP-4PF3H2T.10564.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0487635815eba91d1fe871d9f278d02093ba8dbd9a23e7a5cd16439c4f9817
|
3 |
+
size 10029
|
runs/Nov12_19-19-49_DESKTOP-4PF3H2T/events.out.tfevents.1699799040.DESKTOP-4PF3H2T.10564.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ee0a411d526430550691b8bed057bbd83850ffa102703f1d68b122bca79b20f
|
3 |
+
size 411
|