This paper introduces a data-driven framework for predicting energy consumption in 5G base stations, a critical challenge for sustainable network operations. The authors propose a novel approach that decouples the total energy consumption into static and dynamic components, allowing for more targeted modeling and optimization. The static power consumption, which is largely independent of traffic load, is modeled using a hybrid ResNet-XGBoost architecture. This combination leverages the feature extraction capabilities of ResNet and the regression strengths of XGBoost to capture the complex relationships between base station configuration parameters and static power draw. For the dynamic power consumption, which varies with traffic load and resource utilization, the authors employ a Tabular Probabilistic Function Network (TabPFN). TabPFN is chosen for its ability to perform approximate Bayesian inference in a single forward pass, making it well-suited for small-sample datasets often encountered in operational telecom data analytics. The model's performance is evaluated using real-world data from a provincial Chinese telecom operator, and the results demonstrate a significant improvement over conventional methods, achieving a 15.5% reduction in Mean Absolute Error (MAE) and an R² of 0.91. This decoupling of static and dynamic power consumption, coupled with the use of advanced machine learning techniques, represents a significant step forward in the field of energy consumption modeling for 5G base stations. The paper's focus on real-world data and its demonstration of improved prediction accuracy highlight the practical relevance of the proposed framework. However, the paper also presents some limitations, particularly in the areas of computational complexity analysis, generalizability, and practical deployment considerations, which I will discuss in detail in the following sections. The core contribution lies in the innovative approach to energy consumption modeling by separating static and dynamic components and the effective use of hybrid machine learning models to capture these components. The empirical findings, based on real-world data, demonstrate the potential of this approach to improve energy consumption prediction accuracy, which is crucial for optimizing energy efficiency in 5G networks. The overall significance of this work is in its potential to enable more sustainable and efficient 5G network operations by providing a more accurate and granular understanding of energy consumption patterns.