The Rise And Rise Of LLM
Tracking the progress of LLM - who, what, when
@kaggle.konradb_the_rise_and_rise_of_llm
Tracking the progress of LLM - who, what, when
@kaggle.konradb_the_rise_and_rise_of_llm
CREATE TABLE llm_models (
"model_name" VARCHAR,
"owner" VARCHAR,
"parameters" DOUBLE,
"date" VARCHAR,
"notes" VARCHAR,
"link" VARCHAR
);
Anyone who has the link will be able to view this.