update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
|
|
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
| 6 |
- uta_rldd
|
|
@@ -13,7 +14,7 @@ model-index:
|
|
| 13 |
name: Image Classification
|
| 14 |
type: image-classification
|
| 15 |
dataset:
|
| 16 |
-
name:
|
| 17 |
type: uta_rldd
|
| 18 |
config: default
|
| 19 |
split: train
|
|
@@ -21,7 +22,7 @@ model-index:
|
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
-
value: 0.
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -29,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 29 |
|
| 30 |
# vit-driver-drowsiness-detection
|
| 31 |
|
| 32 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss: 0.
|
| 35 |
-
- Accuracy: 0.
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
+
- image-classification
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
- uta_rldd
|
|
|
|
| 14 |
name: Image Classification
|
| 15 |
type: image-classification
|
| 16 |
dataset:
|
| 17 |
+
name: chbh7051/driver-drowsiness-detection
|
| 18 |
type: uta_rldd
|
| 19 |
config: default
|
| 20 |
split: train
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
+
value: 0.991131153701616
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
# vit-driver-drowsiness-detection
|
| 32 |
|
| 33 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the chbh7051/driver-drowsiness-detection dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.0212
|
| 36 |
+
- Accuracy: 0.9911
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|