Final model push
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,10 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
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 arrow dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss:
|
| 37 |
-
- Accuracy: 0.
|
| 38 |
-
- F1 Macro: 0.
|
| 39 |
-
- F1 Micro: 0.
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
@@ -68,11 +68,11 @@ The following hyperparameters were used during training:
|
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Micro |
|
| 70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:--------:|
|
| 71 |
-
|
|
| 72 |
-
|
|
| 73 |
-
|
|
| 74 |
-
|
|
| 75 |
-
|
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.5294117647058824
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
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 arrow dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 2.1426
|
| 37 |
+
- Accuracy: 0.5294
|
| 38 |
+
- F1 Macro: 0.2642
|
| 39 |
+
- F1 Micro: 0.5294
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
|
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Micro |
|
| 70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:--------:|
|
| 71 |
+
| 2.2743 | 1.0 | 88 | 2.2088 | 0.3235 | 0.0906 | 0.3235 |
|
| 72 |
+
| 2.225 | 2.0 | 176 | 2.1776 | 0.4706 | 0.1411 | 0.4706 |
|
| 73 |
+
| 2.1906 | 3.0 | 264 | 2.1581 | 0.4706 | 0.1590 | 0.4706 |
|
| 74 |
+
| 2.1659 | 4.0 | 352 | 2.1473 | 0.5294 | 0.2642 | 0.5294 |
|
| 75 |
+
| 2.1618 | 5.0 | 440 | 2.1426 | 0.5294 | 0.2642 | 0.5294 |
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|