NickyNicky commited on
Commit
14d4a3f
1 Parent(s): 8429187

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -87,6 +87,24 @@ Este recurso está diseñado para ser accesible a usuarios de todos los niveles
87
 
88
 
89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
 
92
  ## Más Información
 
87
 
88
 
89
 
90
+ ## Environmental Impact
91
+
92
+ Given the use of an NVIDIA V100 GPU for approximately 4.67 hours, the carbon emissions can be estimated using the Machine Learning Impact calculator. This tool accounts for the hardware type, runtime, and other factors to provide a comprehensive view of the environmental impact of training large AI models.
93
+
94
+ - **Hardware Type:** NVIDIA V100 GPU
95
+ - **Hours used:** ~3.0
96
+ - **Carbon Emitted:** 356.25
97
+
98
+ # Constants
99
+ power_consumption_kW = 0.25 # 250 watts in kW
100
+ runtime_hours = 3.0
101
+ carbon_intensity_gCO2eq_per_kWh = 475 # Global average carbon intensity
102
+
103
+ # Calculate carbon emissions
104
+ carbon_emitted_gCO2eq = power_consumption_kW * runtime_hours * carbon_intensity_gCO2eq_per_kWh
105
+
106
+ carbon_emitted_gCO2eq = 356.25
107
+
108
 
109
 
110
  ## Más Información