Shanmuk4622 commited on
Commit
45f43cb
·
verified ·
1 Parent(s): 0c1a260

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -4
README.md CHANGED
@@ -21,6 +21,22 @@ co2_eq_emissions:
21
  hardware_used: NVIDIA GeForce GTX 1080 Ti
22
  dataset_info:
23
  dataset_size: "~450,000 images – 300 classes (224 px)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # EDEN-InceptionV3-Custom-ImageNet300 — *Baseline*
@@ -28,7 +44,9 @@ dataset_info:
28
  > **Primary KPI:** EAG (Energy-to-Accuracy Gradient) = `2.0390e-10` Δ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
 
@@ -67,15 +85,30 @@ Standard full fine-tuning used as the **Brute-Force Baseline** for energy compar
67
  | Estimated CO₂ | 77.4491 kg CO₂e |
68
  | Training Log | `test2\inceptionv3_CustomImageNet300_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: "~450,000 images – 300 classes (224 px)"
24
+ model-index:
25
+ - name: EDEN-InceptionV3-Custom-ImageNet300
26
+ results:
27
+ - task:
28
+ type: image-classification
29
+ name: Image Classification
30
+ dataset:
31
+ name: Custom-ImageNet300
32
+ type: imagenet
33
+ metrics:
34
+ - type: accuracy
35
+ value: 0.9994
36
+ name: Accuracy
37
+ - type: f1
38
+ value: 0.9994
39
+ name: F1 Score
40
  ---
41
 
42
  # EDEN-InceptionV3-Custom-ImageNet300 — *Baseline*
 
44
  > **Primary KPI:** EAG (Energy-to-Accuracy Gradient) = `2.0390e-10` Δ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
 
 
85
  | Estimated CO₂ | 77.4491 kg CO₂e |
86
  | Training Log | `test2\inceptionv3_CustomImageNet300_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
  ```