Baselight

Large Language Model Performance And Compute, Epoch (2023)

@owid.epoch_llms

Loading...
Loading...

About this Dataset

Large Language Model Performance And Compute, Epoch (2023)

Epoch dataset on how performance on a MMLU language benchmark scales with computational resources.

Tables

Epoch Llms 1

@owid.epoch_llms.owid_epoch_llms_1
  • 6.84 KB
  • 24 rows
  • 7 columns
Loading...

CREATE TABLE owid_epoch_llms_1 (
  "architecture" VARCHAR,
  "year" INTEGER,
  "model_size_parameters" BIGINT,
  "dataset_size_tokens" BIGINT,
  "mmlu_avg" FLOAT,
  "organisation" VARCHAR,
  "training_computation_petaflop" FLOAT
);

Large Language Model Performance And Compute

@owid.epoch_llms.owid_epoch_llms_2
  • 7.01 KB
  • 25 rows
  • 7 columns
Loading...

CREATE TABLE owid_epoch_llms_2 (
  "architecture" VARCHAR,
  "year" INTEGER,
  "model_size_parameters" BIGINT,
  "dataset_size_tokens" BIGINT,
  "mmlu_avg" FLOAT,
  "organisation" VARCHAR,
  "training_computation_petaflop" BIGINT
);

Share link

Anyone who has the link will be able to view this.