nguyenkhoa commited on
Commit
c7a2ada
·
verified ·
1 Parent(s): 0059cec

Model save

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -4,6 +4,11 @@ license: other
4
  base_model: apple/mobilevitv2-1.0-imagenet1k-256
5
  tags:
6
  - generated_from_trainer
 
 
 
 
 
7
  model-index:
8
  - name: mobilevitv2_Liveness_detection_v1.0
9
  results: []
@@ -16,6 +21,12 @@ should probably proofread and complete it, then remove this comment. -->
16
  # mobilevitv2_Liveness_detection_v1.0
17
 
18
  This model is a fine-tuned version of [apple/mobilevitv2-1.0-imagenet1k-256](https://huggingface.co/apple/mobilevitv2-1.0-imagenet1k-256) on an unknown dataset.
 
 
 
 
 
 
19
 
20
  ## Model description
21
 
@@ -43,6 +54,26 @@ The following hyperparameters were used during training:
43
  - num_epochs: 3
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.44.2
 
4
  base_model: apple/mobilevitv2-1.0-imagenet1k-256
5
  tags:
6
  - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - recall
11
+ - precision
12
  model-index:
13
  - name: mobilevitv2_Liveness_detection_v1.0
14
  results: []
 
21
  # mobilevitv2_Liveness_detection_v1.0
22
 
23
  This model is a fine-tuned version of [apple/mobilevitv2-1.0-imagenet1k-256](https://huggingface.co/apple/mobilevitv2-1.0-imagenet1k-256) on an unknown dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.0046
26
+ - Accuracy: 0.9988
27
+ - F1: 0.9988
28
+ - Recall: 0.9988
29
+ - Precision: 0.9988
30
 
31
  ## Model description
32
 
 
54
  - num_epochs: 3
55
  - mixed_precision_training: Native AMP
56
 
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
60
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
61
+ | 0.1093 | 0.2048 | 128 | 0.0679 | 0.9929 | 0.9929 | 0.9929 | 0.9929 |
62
+ | 0.0234 | 0.4096 | 256 | 0.0170 | 0.9962 | 0.9962 | 0.9962 | 0.9962 |
63
+ | 0.0186 | 0.6144 | 384 | 0.0131 | 0.9973 | 0.9973 | 0.9973 | 0.9973 |
64
+ | 0.0068 | 0.8192 | 512 | 0.0089 | 0.9980 | 0.9981 | 0.9980 | 0.9980 |
65
+ | 0.0049 | 1.024 | 640 | 0.0067 | 0.9985 | 0.9985 | 0.9985 | 0.9985 |
66
+ | 0.0113 | 1.2288 | 768 | 0.0064 | 0.9983 | 0.9984 | 0.9983 | 0.9983 |
67
+ | 0.0061 | 1.4336 | 896 | 0.0060 | 0.9983 | 0.9983 | 0.9983 | 0.9984 |
68
+ | 0.0025 | 1.6384 | 1024 | 0.0058 | 0.9983 | 0.9983 | 0.9983 | 0.9984 |
69
+ | 0.0019 | 1.8432 | 1152 | 0.0053 | 0.9987 | 0.9986 | 0.9987 | 0.9987 |
70
+ | 0.0056 | 2.048 | 1280 | 0.0051 | 0.9987 | 0.9987 | 0.9987 | 0.9987 |
71
+ | 0.0015 | 2.2528 | 1408 | 0.0050 | 0.9987 | 0.9987 | 0.9987 | 0.9987 |
72
+ | 0.0055 | 2.4576 | 1536 | 0.0049 | 0.9988 | 0.9987 | 0.9988 | 0.9988 |
73
+ | 0.0023 | 2.6624 | 1664 | 0.0049 | 0.9989 | 0.9988 | 0.9989 | 0.9989 |
74
+ | 0.0027 | 2.8672 | 1792 | 0.0046 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
75
+
76
+
77
  ### Framework versions
78
 
79
  - Transformers 4.44.2