DrAbbas commited on
Commit
7ee3a9a
·
verified ·
1 Parent(s): bd2f59f

Upload ensemble_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. ensemble_config.json +73 -0
ensemble_config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": [
3
+ {
4
+ "name": "Ensemble",
5
+ "accuracy": 95.94444444444444
6
+ },
7
+ {
8
+ "name": "ConvNeXt-V2",
9
+ "accuracy": 94.44444444444444
10
+ },
11
+ {
12
+ "name": "ResNet152",
13
+ "accuracy": 94.09
14
+ },
15
+ {
16
+ "name": "YOLOv8x-cls",
17
+ "accuracy": 94.017094373703
18
+ },
19
+ {
20
+ "name": "Deep-SOSUFS-v3",
21
+ "accuracy": 93.87
22
+ },
23
+ {
24
+ "name": "EfficientNet-V2",
25
+ "accuracy": 93.51851851851852
26
+ }
27
+ ],
28
+ "classes": [
29
+ "appliances",
30
+ "auto_parts",
31
+ "bags",
32
+ "banana",
33
+ "batteries",
34
+ "beverages",
35
+ "cables",
36
+ "canned_food",
37
+ "ceramic",
38
+ "chemicals",
39
+ "cleaning",
40
+ "clothes",
41
+ "cooking_oil",
42
+ "cosmetics",
43
+ "electronics",
44
+ "fruits",
45
+ "furniture",
46
+ "glass",
47
+ "kitchenware",
48
+ "lubricants",
49
+ "machinery",
50
+ "meat",
51
+ "medical",
52
+ "milk",
53
+ "motorcycle",
54
+ "nuts",
55
+ "other",
56
+ "paper",
57
+ "pipes",
58
+ "plastic",
59
+ "rice",
60
+ "seeds",
61
+ "shoes",
62
+ "snacks",
63
+ "spices",
64
+ "steel",
65
+ "sugar",
66
+ "tea",
67
+ "tires",
68
+ "tools",
69
+ "toys",
70
+ "weapons",
71
+ "wood"
72
+ ]
73
+ }