DrAbbas commited on
Commit
e4c8d30
·
verified ·
1 Parent(s): 28ad887

Upload ensemble_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. ensemble_config.json +31 -67
ensemble_config.json CHANGED
@@ -1,73 +1,37 @@
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
  }
 
1
  {
2
+ "version": "14.0",
3
+ "accuracy": 95.94444444444444,
4
+ "top5": 98.64957427978516,
5
+ "avg_accuracy": 94.30199476049157,
6
+ "models": [
7
+ "YOLOv8x-cls",
8
+ "ConvNeXt-V2",
9
+ "EfficientNet-V2",
10
+ "ResNet152"
11
+ ],
12
+ "weights": {
13
+ "YOLOv8x-cls": 0.2498,
14
+ "ConvNeXt-V2": 0.2496,
15
+ "EfficientNet-V2": 0.2504,
16
+ "ResNet152": 0.2502
17
+ },
18
+ "individual": {
19
+ "YOLOv8x-cls": {
20
+ "acc": 94.2307710647583,
21
+ "top5": 97.64957427978516
22
  },
23
+ "ConvNeXt-V2": {
24
+ "acc": 94.15954415954415,
25
+ "top5": 97.36467236467236
26
  },
27
+ "EfficientNet-V2": {
28
+ "acc": 94.44444444444444,
29
+ "top5": 96.86609686609687
30
  },
31
+ "ResNet152": {
32
+ "acc": 94.37321937321937,
33
+ "top5": 97.5071225071225
34
  }
35
+ },
36
+ "date": "2026-02-06T10:31:59.924990"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  }