llm_stats
@adlrocha.llm_stats
@adlrocha.llm_stats
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
);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
);Anyone who has the link will be able to view this.