Views
No views yet
co2_eq_emissions model-card metadata block.| Field | Value |
|---|---|
| GPU type | NVIDIA H100 |
| GPU count | 8 |
| GPU hours | 30.9 |
| Region | europe-west4 |
| Power Usage Effectiveness (PUE) | 1.13 |
| Training type | fine-tuning |
europe-west4 grid carbon intensity: 200 gCO2eq/kWh1energy_kWh = (TDP_watts * num_gpus * gpu_hours * PUE) / 1000
2 = (700 * 8 * 30.9 * 1.13) / 1000
3 = 195.53519999999997 kWh
4
5co2_kg = (energy_kWh * grid_gCO2_per_kWh) / 1000
6 = (195.53519999999997 * 200) / 1000
7 = 39.10703999999999 kg CO2eq
8 = 39.107 kg CO2eq (rounded to 3 dp)europe-north1 (120 gCO2eq/kWh) instead of europe-west4
would cut emissions to 23.464 kg CO2eq — the same compute, a
40% lower footprint. Region choice dominates the carbon
result once hardware and runtime are fixed.