Model save
Browse files
README.md
CHANGED
@@ -3,6 +3,11 @@ library_name: peft
|
|
3 |
base_model: nguyenkhoa/dinov2_Liveness_detection_v2.1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: dinov2_LoRA_Liveness_detection_v1.1
|
8 |
results: []
|
@@ -15,6 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# dinov2_LoRA_Liveness_detection_v1.1
|
16 |
|
17 |
This model is a fine-tuned version of [nguyenkhoa/dinov2_Liveness_detection_v2.1](https://huggingface.co/nguyenkhoa/dinov2_Liveness_detection_v2.1) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,6 +53,19 @@ The following hyperparameters were used during training:
|
|
42 |
- num_epochs: 3
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- PEFT 0.14.0
|
|
|
3 |
base_model: nguyenkhoa/dinov2_Liveness_detection_v2.1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- recall
|
10 |
+
- precision
|
11 |
model-index:
|
12 |
- name: dinov2_LoRA_Liveness_detection_v1.1
|
13 |
results: []
|
|
|
20 |
# dinov2_LoRA_Liveness_detection_v1.1
|
21 |
|
22 |
This model is a fine-tuned version of [nguyenkhoa/dinov2_Liveness_detection_v2.1](https://huggingface.co/nguyenkhoa/dinov2_Liveness_detection_v2.1) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0243
|
25 |
+
- Accuracy: 0.9917
|
26 |
+
- F1: 0.9917
|
27 |
+
- Recall: 0.9917
|
28 |
+
- Precision: 0.9917
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
53 |
- num_epochs: 3
|
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.0501 | 0.4076 | 64 | 0.0458 | 0.9841 | 0.9841 | 0.9841 | 0.9842 |
|
61 |
+
| 0.0355 | 0.8153 | 128 | 0.0342 | 0.9880 | 0.9880 | 0.9880 | 0.9880 |
|
62 |
+
| 0.0253 | 1.2229 | 192 | 0.0308 | 0.9901 | 0.9901 | 0.9901 | 0.9901 |
|
63 |
+
| 0.0226 | 1.6306 | 256 | 0.0267 | 0.9910 | 0.9910 | 0.9910 | 0.9910 |
|
64 |
+
| 0.0264 | 2.0382 | 320 | 0.0255 | 0.9912 | 0.9912 | 0.9912 | 0.9912 |
|
65 |
+
| 0.0168 | 2.4459 | 384 | 0.0245 | 0.9922 | 0.9922 | 0.9922 | 0.9922 |
|
66 |
+
| 0.0144 | 2.8535 | 448 | 0.0243 | 0.9917 | 0.9917 | 0.9917 | 0.9917 |
|
67 |
+
|
68 |
+
|
69 |
### Framework versions
|
70 |
|
71 |
- PEFT 0.14.0
|