Track and analyze the carbon footprint of evaluating large language models with empirical data from Hugging Face’s Open LLM Leaderboard.

An empirical analysis framework and data resource tracking the carbon footprint ($CO_2$ emissions) of evaluating large language models. By parsing data directly from the Hugging Face Open LLM Leaderboard, this resource helps ML researchers and platform engineers quantify the environmental overhead of model benchmarking.

### Key Features
– **Emissions Quantization**: Correlates compute time, hardware specifications (V100/A100/H100), and model parameter sizes with total carbon emissions.
– **Efficiency Trade-offs**: Provides data-driven insights into the actual performance returns of scaling model parameters versus their environmental and computational costs.

### Use Cases
– Infrastructure teams can leverage these findings to optimize evaluation pipelines and compute allocation. Utilizing architectural advancements like Mixture of Experts (MoEs) is highlighted as a viable path to maintaining high benchmark performance while dramatically lowering execution emissions.

### Developer Pros & Cons
– **Pro:** Delivers hard empirical data on the carbon cost of machine learning evaluations, enabling green computing compliance tracking.
– **Con:** Primarily covers evaluation-phase emissions, providing limited coverage of the massive initial training-phase carbon lifecycle.

Check out CO2 Emissions and LLM Performance Analyzer here 🚀