Views
No views yet
| Parameter | Value |
|---|---|
| GPU | NVIDIA H100 |
| Number of GPUs | 1 |
| GPU runtime | 164.8 hours |
| GPU TDP | 700 W |
| Power Usage Effectiveness | 1.42 |
| Region | europe-west4 |
| Training type | fine-tuning |
| Grid carbon intensity | 200 gCO2eq/kWh |
energy_kWh = (gpu_type_TDP_watts * num_gpus * gpu_hours * power_usage_effectiveness) / 1000energy_kWh = (700 * 1 * 164.8 * 1.42) / 1000co2_kg = (energy_kWh * region_carbon_intensity_gCO2_per_kWh) / 1000co2_kg = (163.8112 * 200) / 1000co2_eq_emissions metadata above records the calculated carbon
emissions for this training run, rounded to three decimal places.