nguyenkhoa
commited on
Model save
Browse files
README.md
CHANGED
@@ -3,6 +3,11 @@ library_name: transformers
|
|
3 |
base_model: nguyenkhoa/dinov2_Liveness_detection_v2.1.4
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: dinov2_Liveness_detection_v2.2.1
|
8 |
results: []
|
@@ -15,6 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# dinov2_Liveness_detection_v2.2.1
|
16 |
|
17 |
This model is a fine-tuned version of [nguyenkhoa/dinov2_Liveness_detection_v2.1.4](https://huggingface.co/nguyenkhoa/dinov2_Liveness_detection_v2.1.4) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,6 +53,27 @@ The following hyperparameters were used during training:
|
|
42 |
- num_epochs: 5
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.47.0
|
|
|
3 |
base_model: nguyenkhoa/dinov2_Liveness_detection_v2.1.4
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- recall
|
10 |
+
- precision
|
11 |
model-index:
|
12 |
- name: dinov2_Liveness_detection_v2.2.1
|
13 |
results: []
|
|
|
20 |
# dinov2_Liveness_detection_v2.2.1
|
21 |
|
22 |
This model is a fine-tuned version of [nguyenkhoa/dinov2_Liveness_detection_v2.1.4](https://huggingface.co/nguyenkhoa/dinov2_Liveness_detection_v2.1.4) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0301
|
25 |
+
- Accuracy: 0.9910
|
26 |
+
- F1: 0.9910
|
27 |
+
- Recall: 0.9910
|
28 |
+
- Precision: 0.9910
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
53 |
- num_epochs: 5
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
|
59 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
|
60 |
+
| 0.4052 | 0.3232 | 64 | 0.0775 | 0.9712 | 0.9713 | 0.9712 | 0.9712 |
|
61 |
+
| 0.0784 | 0.6465 | 128 | 0.0545 | 0.9803 | 0.9803 | 0.9803 | 0.9804 |
|
62 |
+
| 0.0639 | 0.9697 | 192 | 0.0615 | 0.9771 | 0.9772 | 0.9771 | 0.9772 |
|
63 |
+
| 0.0479 | 1.2929 | 256 | 0.0572 | 0.9795 | 0.9794 | 0.9795 | 0.9800 |
|
64 |
+
| 0.0439 | 1.6162 | 320 | 0.0422 | 0.9844 | 0.9844 | 0.9844 | 0.9844 |
|
65 |
+
| 0.0392 | 1.9394 | 384 | 0.0564 | 0.9803 | 0.9801 | 0.9803 | 0.9810 |
|
66 |
+
| 0.0374 | 2.2626 | 448 | 0.0464 | 0.9837 | 0.9837 | 0.9837 | 0.9837 |
|
67 |
+
| 0.0273 | 2.5859 | 512 | 0.0378 | 0.9861 | 0.9861 | 0.9861 | 0.9861 |
|
68 |
+
| 0.0271 | 2.9091 | 576 | 0.0336 | 0.9883 | 0.9883 | 0.9883 | 0.9884 |
|
69 |
+
| 0.021 | 3.2323 | 640 | 0.0418 | 0.9859 | 0.9859 | 0.9859 | 0.9859 |
|
70 |
+
| 0.019 | 3.5556 | 704 | 0.0454 | 0.9848 | 0.9849 | 0.9848 | 0.9849 |
|
71 |
+
| 0.0177 | 3.8788 | 768 | 0.0359 | 0.9883 | 0.9883 | 0.9883 | 0.9883 |
|
72 |
+
| 0.0134 | 4.2020 | 832 | 0.0410 | 0.9874 | 0.9874 | 0.9874 | 0.9877 |
|
73 |
+
| 0.0102 | 4.5253 | 896 | 0.0314 | 0.9910 | 0.9910 | 0.9910 | 0.9910 |
|
74 |
+
| 0.0103 | 4.8485 | 960 | 0.0301 | 0.9910 | 0.9910 | 0.9910 | 0.9910 |
|
75 |
+
|
76 |
+
|
77 |
### Framework versions
|
78 |
|
79 |
- Transformers 4.47.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 88257824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb34ddaf438118fd5b734519460c6ad4b60619d8add19dd56fd814b591e09f88
|
3 |
size 88257824
|
runs/Jan22_04-19-16_ab507d0761b0/events.out.tfevents.1737519560.ab507d0761b0.18.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:ee6d1916c7eea4d80038418cc3d6b8187c014d605a922f776e531650a7282b06
|
3 |
+
size 16160
|