Baselight

llm_stats

@adlrocha.llm_stats

Loading...
Loading...

About this Dataset

llm_stats

Tables

AI Training Data Exhaustion

@adlrocha.llm_stats.ai_training_data_exhaustion
  • 1.75 kB
  • 13 rows
  • 7 columns
Loading...
CREATE TABLE ai_training_data_exhaustion (
  "year" DOUBLE,
  "model_example" VARCHAR,
  "dataset_size_tokens_billion" BIGINT,
  "cumulative_trend_tokens_billion" BIGINT,
  "total_available_stock_tokens_billion" BIGINT,
  "percent_exhausted" DOUBLE,
  "source_type" VARCHAR
);

2024-2025 LLM Performance

@adlrocha.llm_stats.llm_performance2425
  • 2.04 kB
  • 12 rows
  • 10 columns
Loading...
CREATE TABLE llm_performance2425 (
  "model_name" VARCHAR,
  "organization" VARCHAR,
  "year" BIGINT,
  "parameters_billion" BIGINT,
  "mmlu_score" DOUBLE,
  "swe_bench_verified" DOUBLE,
  "math_aime_score" DOUBLE,
  "gpqa_diamond" DOUBLE,
  "training_tokens_billion" BIGINT,
  "training_cost_pflops" BIGINT
);

Share link

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