DrAbbas commited on
Commit
fa9c3ec
·
verified ·
1 Parent(s): 4808b6a

Upload concealment/model_meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. concealment/model_meta.json +39 -0
concealment/model_meta.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_model": "swinv2_tiny_window8_256",
3
+ "results": {
4
+ "swinv2": {
5
+ "acc": 0.9844,
6
+ "f1": 0.9844
7
+ },
8
+ "davit": {
9
+ "acc": 0.9837,
10
+ "f1": 0.9839
11
+ },
12
+ "eva02": {
13
+ "acc": 0.978,
14
+ "f1": 0.9781
15
+ },
16
+ "maxvit": {
17
+ "acc": 0.9674,
18
+ "f1": 0.9683
19
+ }
20
+ },
21
+ "class_names": [
22
+ "match",
23
+ "no_match"
24
+ ],
25
+ "class_names_ar": [
26
+ "طبيعي (مطابق)",
27
+ "إخفاء (غير مطابق)"
28
+ ],
29
+ "normalize_mean": [
30
+ 0.485,
31
+ 0.456,
32
+ 0.406
33
+ ],
34
+ "normalize_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ]
39
+ }