Shanmuk4622 commited on
Commit
8cf5658
·
verified ·
1 Parent(s): 486bfa0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -8
README.md CHANGED
@@ -21,14 +21,32 @@ co2_eq_emissions:
21
  hardware_used: NVIDIA GeForce GTX 1080 Ti
22
  dataset_info:
23
  dataset_size: "60,000 images – 100 classes (32×32 px)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # EDEN-ResNet50-CIFAR-100 — *Baseline*
27
 
28
- > **Primary KPI:** EAG (Energy-to-Accuracy Gradient) = `nan` ΔAcc/ΔJoules
29
 
30
  ## Abstract
31
- This model is part of **Project EDEN (Energy-Driven Evolution of Networks)**, implementing the **E2AM (Energy Efficient Advanced Model)** Framework. The goal is to shift AI benchmarking from pure accuracy to *Green SOTA* — maximizing predictive power per Joule consumed.
 
 
32
 
33
  **Applied Technique:** Baseline – Standard Full Training (Reference Study)
34
 
@@ -46,10 +64,10 @@ This model is part of **Project EDEN (Energy-Driven Evolution of Networks)**, im
46
 
47
  | Metric | ResNet50 Baseline | **ResNet50 (EDEN)** | Δ |
48
  |---|---|---|---|
49
- | Accuracy | 0.9492 | **0.9492** | `+0.00%` |
50
- | Total Energy (J) | 40,102,666 | **40,102,666** | `0.00% saved` |
51
  | CO₂ Emissions (kg) | 5.2913 | **5.2913** | — |
52
- | **EAG Score** | — | **nan** | ΔAcc/ΔJoules |
53
 
54
  > A **positive EAG** means this model learns more per Joule than the baseline.
55
  > A **negative EAG** indicates a trade-off where higher accuracy required more energy investment.
@@ -67,15 +85,30 @@ Standard full fine-tuning used as the **Brute-Force Baseline** for energy compar
67
  | Estimated CO₂ | 5.2913 kg CO₂e |
68
  | Training Log | `test2\resnet50_CIFAR100_stats.csv` |
69
 
70
- ## Cite This Research
71
- If you use this model, please cite the **EDEN / E2AM Framework**:
 
 
 
 
 
 
 
72
 
 
 
 
 
 
 
 
 
73
  ```bibtex
74
  @misc{eden2025,
75
  title = {Project EDEN: Energy-Driven Evolution of Networks},
76
  author = {EDEN Research Team},
77
  year = {2025},
78
- note = {Hugging Face Organization: ProjectEDEN},
79
  url = {https://huggingface.co/Shanmuk4622}
80
  }
81
  ```
 
21
  hardware_used: NVIDIA GeForce GTX 1080 Ti
22
  dataset_info:
23
  dataset_size: "60,000 images – 100 classes (32×32 px)"
24
+ model-index:
25
+ - name: EDEN-ResNet50-CIFAR-100
26
+ results:
27
+ - task:
28
+ type: image-classification
29
+ name: Image Classification
30
+ dataset:
31
+ name: CIFAR-100
32
+ type: cifar100
33
+ metrics:
34
+ - type: accuracy
35
+ value: 0.9492
36
+ name: Accuracy
37
+ - type: f1
38
+ value: 0.9492
39
+ name: F1 Score
40
  ---
41
 
42
  # EDEN-ResNet50-CIFAR-100 — *Baseline*
43
 
44
+ > **Primary KPI:** EAG (Energy-to-Accuracy Gradient) = `N/A` ΔAcc/ΔJoules
45
 
46
  ## Abstract
47
+ This model is part of **Project EDEN (Energy-Driven Evolution of Networks)**, implementing the
48
+ **E2AM (Energy Efficient Advanced Model)** Framework. The goal is to shift AI benchmarking from
49
+ pure accuracy to *Green SOTA* — maximising predictive power per Joule consumed.
50
 
51
  **Applied Technique:** Baseline – Standard Full Training (Reference Study)
52
 
 
64
 
65
  | Metric | ResNet50 Baseline | **ResNet50 (EDEN)** | Δ |
66
  |---|---|---|---|
67
+ | Accuracy | 0.9492 | **0.9492** | `N/A` |
68
+ | Total Energy (J) | 40,102,666 | **40,102,666** | `N/A saved` |
69
  | CO₂ Emissions (kg) | 5.2913 | **5.2913** | — |
70
+ | **EAG Score** | — | **N/A** | ΔAcc/ΔJoules |
71
 
72
  > A **positive EAG** means this model learns more per Joule than the baseline.
73
  > A **negative EAG** indicates a trade-off where higher accuracy required more energy investment.
 
85
  | Estimated CO₂ | 5.2913 kg CO₂e |
86
  | Training Log | `test2\resnet50_CIFAR100_stats.csv` |
87
 
88
+ ## 📊 Training Visualizations
89
+
90
+ ### Accuracy & Energy over Training
91
+ > Green = accuracy (left axis) · Orange dashed = cumulative energy (right axis)
92
+
93
+ ![Training Curve](training_curve.png)
94
+
95
+ ### EAG Metric Trajectory
96
+ > EAG = ΔAccuracy / ΔJoules — positive means learning more per Joule than baseline
97
 
98
+ ![EAG Curve](eag_curve.png)
99
+
100
+ ### Project-Wide Overview
101
+ *All EDEN models: energy vs accuracy*
102
+
103
+ ![Collection Overview](https://huggingface.co/Shanmuk4622/EDEN-Core-Scripts/resolve/main/energy_accuracy_overview.png)
104
+
105
+ ## Cite This Research
106
  ```bibtex
107
  @misc{eden2025,
108
  title = {Project EDEN: Energy-Driven Evolution of Networks},
109
  author = {EDEN Research Team},
110
  year = {2025},
111
+ note = {Hugging Face: Shanmuk4622},
112
  url = {https://huggingface.co/Shanmuk4622}
113
  }
114
  ```