Skip to content

Commit e7c62f7

Browse files
committed
Add LLM topic
1 parent 4ec3c91 commit e7c62f7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

topics/llm/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
aliases: large-language-model, language-model, llms
3+
display_name: Large Language Model
4+
logo: llm.png
5+
related:
6+
- machine-learning
7+
- artificial-intelligence
8+
- transformers
9+
- natural-language-processing
10+
- generative-ai
11+
short_description: Machine learning models trained on vast amounts of text data to understand and generate human-like language.
12+
topic: llm
13+
wikipedia_url: https://en.wikipedia.org/wiki/Large_language_model
14+
---
15+
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.

topics/llm/llm.png

73 KB
Loading

0 commit comments

Comments
 (0)