diff --git a/topics/llm/index.md b/topics/llm/index.md new file mode 100644 index 000000000000..2fc37754b54e --- /dev/null +++ b/topics/llm/index.md @@ -0,0 +1,10 @@ +--- +aliases: large-language-model, llms +display_name: Large Language Model +logo: llm.png +related: machine-learning, artificial-intelligence, transformers, natural-language-processing, generative-ai +short_description: Machine learning models trained on vast amounts of text data to understand and generate human-like language. +topic: llm +wikipedia_url: https://en.wikipedia.org/wiki/Large_language_model +--- +A large language model (LLM) is a type of machine learning model designed for understanding, generating, and interacting with human language. These models are trained on extensive datasets containing text from books, articles, websites, and other sources to learn patterns, context, and semantics in language. LLMs are widely used in applications like chatbots, code generation, translation, summarization, and more. They are often built using transformer architectures and are central to the field of generative AI. diff --git a/topics/llm/llm.png b/topics/llm/llm.png new file mode 100644 index 000000000000..69d5e17ee9a8 Binary files /dev/null and b/topics/llm/llm.png differ