Baselight

The Rise And Rise Of LLM

Tracking the progress of LLM - who, what, when

@kaggle.konradb_the_rise_and_rise_of_llm

Loading...
Loading...

About this Dataset

The Rise And Rise Of LLM

Dataset from https://informationisbeautiful.net/visualizations/the-rise-of-generative-ai-large-language-models-llms-like-chatgpt/

Tracking the progress of LLMs: it seems like in 2023, every major player (along with plenty of smaller ones) wants to have "their chatGPT". Keeping track of the developments can be tricky, and this dataset should help.

Tables

Llm Models

@kaggle.konradb_the_rise_and_rise_of_llm.llm_models
  • 9.96 KB
  • 72 rows
  • 6 columns
Loading...

CREATE TABLE llm_models (
  "model_name" VARCHAR,
  "owner" VARCHAR,
  "parameters" DOUBLE,
  "date" VARCHAR,
  "notes" VARCHAR,
  "link" VARCHAR
);

Share link

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