Tracking Compute-Intensive AI Models
@owid.epoch_compute_intensive
@owid.epoch_compute_intensive
CREATE TABLE owid_epoch_compute_intensive_1 (
"days_since_1949" INTEGER,
"system" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"organization_categorization" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" BIGINT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_2 (
"days_since_1949" INTEGER,
"system" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" FLOAT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_3 (
"days_since_1949" INTEGER,
"system" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" FLOAT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_4 (
"days_since_1949" INTEGER,
"system" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" FLOAT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_5 (
"days_since_1949" INTEGER,
"system" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" BIGINT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_6 (
"days_since_1949" INTEGER,
"model" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" BIGINT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_7 (
"days_since_1949" INTEGER,
"model" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" BIGINT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_8 (
"days_since_1949" INTEGER,
"model" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" BIGINT,
"training_computation_petaflop" FLOAT
);
CREATE TABLE owid_epoch_compute_intensive_9 (
"days_since_1949" INTEGER,
"model" VARCHAR,
"publication_date" TIMESTAMP,
"domain" VARCHAR,
"parameters" BIGINT,
"training_dataset_size_datapoints" BIGINT,
"training_computation_petaflop" FLOAT
);
Anyone who has the link will be able to view this.