Update README.md
Browse files
README.md
CHANGED
|
@@ -32,18 +32,22 @@ language:
|
|
| 32 |
# vit-base-patch16-224-in21k_Human_Activity_Recognition
|
| 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).
|
|
|
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
- Loss: 0.7403
|
| 37 |
- Accuracy: 0.8381
|
| 38 |
-
-
|
| 39 |
-
-
|
| 40 |
-
-
|
| 41 |
-
-
|
| 42 |
-
-
|
| 43 |
-
-
|
| 44 |
-
-
|
| 45 |
-
-
|
| 46 |
-
-
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
## Model description
|
| 49 |
|
|
@@ -78,7 +82,7 @@ The following hyperparameters were used during training:
|
|
| 78 |
|
| 79 |
### Training results
|
| 80 |
|
| 81 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted
|
| 82 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
| 83 |
| 1.0814 | 1.0 | 630 | 0.7368 | 0.7794 | 0.7795 | 0.7794 | 0.7798 | 0.7794 | 0.7794 | 0.7797 | 0.7896 | 0.7794 | 0.7896 |
|
| 84 |
| 0.5149 | 2.0 | 1260 | 0.6439 | 0.8060 | 0.8049 | 0.8060 | 0.8036 | 0.8060 | 0.8060 | 0.8051 | 0.8136 | 0.8060 | 0.8130 |
|
|
|
|
| 32 |
# vit-base-patch16-224-in21k_Human_Activity_Recognition
|
| 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).
|
| 35 |
+
|
| 36 |
It achieves the following results on the evaluation set:
|
| 37 |
- Loss: 0.7403
|
| 38 |
- Accuracy: 0.8381
|
| 39 |
+
- F1
|
| 40 |
+
- Weighted: 0.8388
|
| 41 |
+
- Micro: 0.8381
|
| 42 |
+
- Macro: 0.8394
|
| 43 |
+
- Recall
|
| 44 |
+
- Weighted: 0.8381
|
| 45 |
+
- Micro: 0.8381
|
| 46 |
+
- Macro: 0.8390
|
| 47 |
+
- Precision
|
| 48 |
+
- Weighted: 0.8421
|
| 49 |
+
- Micro: 0.8381
|
| 50 |
+
- Macro: 0.8424
|
| 51 |
|
| 52 |
## Model description
|
| 53 |
|
|
|
|
| 82 |
|
| 83 |
### Training results
|
| 84 |
|
| 85 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted F1 | Micro F1 | Macro F1 | Weighted Recall | Micro Recall | Macro Recall | Weighted Precision | Micro Precision | Macro Precision |
|
| 86 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
| 87 |
| 1.0814 | 1.0 | 630 | 0.7368 | 0.7794 | 0.7795 | 0.7794 | 0.7798 | 0.7794 | 0.7794 | 0.7797 | 0.7896 | 0.7794 | 0.7896 |
|
| 88 |
| 0.5149 | 2.0 | 1260 | 0.6439 | 0.8060 | 0.8049 | 0.8060 | 0.8036 | 0.8060 | 0.8060 | 0.8051 | 0.8136 | 0.8060 | 0.8130 |
|