The Rising Costs Of Training Frontier AI Models
@owid.epoch_compute_cost
@owid.epoch_compute_cost
This dataset provides a comprehensive analysis of the costs associated with training frontier AI models, with a focus on estimating the magnitude and growth of these expenses. It includes detailed cost components for various AI models, considering hardware, energy, cloud rental, and staff expenses. The dataset is based on a detailed cost model developed to fill the gap in public data on AI training costs. The data covers the period from 2016 to the projected costs for 2027.
CREATE TABLE owid_epoch_compute_cost_1 (
"days_since_1949" INTEGER,
"system" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"cost_inflation_adjusted" FLOAT -- Cost, Inflation Adjusted
);CREATE TABLE owid_epoch_compute_cost_2 (
"days_since_1949" INTEGER,
"model" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"cost_inflation_adjusted" FLOAT -- Cost, Inflation Adjusted
);Anyone who has the link will be able to view this.