Large Language Models
All major LLMsreleased since 2018 with company and no. of billion parameters
@kaggle.joebeachcapital_large_language_models
All major LLMsreleased since 2018 with company and no. of billion parameters
@kaggle.joebeachcapital_large_language_models
The Emergence of AI powered LLMs and their Chatbots.
Every major LLM and chatbot released since 2018 with company and no. of billion parameters used to train them.
Explore the rise of AI-based Large Language Models (LLMs) like GPT4, LaMDA, LLaMa, PaLM and Jurassic-2.
CREATE TABLE llms (
"name" VARCHAR,
"owner" VARCHAR,
"trained_on_x_billion_parameters" DOUBLE,
"date" VARCHAR,
"note_parameters_undisclosed" VARCHAR -- Note / * \u003d Parameters Undisclosed,
"link" VARCHAR
);Anyone who has the link will be able to view this.