Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what are Large Language Models #384

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions AI and ML/what is LLM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# LLM
A **Large Language Model (LLM)** is a type of artificial intelligence (AI) model designed to understand and generate human language. These models are based on deep learning techniques and are trained on massive amounts of text data to develop language comprehension and generation capabilities.<\br>
## Architecture
LLMs are typically built on architectures called transformers. The most well-known transformer-based LLM is GPT (Generative Pre-trained Transformer). Other examples include BERT (Bidirectional Encoder Representations from Transformers) and T5 (Text-to-Text Transfer Transformer).
## Natural Language Understanding (NLU)
LLMs excel in natural language understanding tasks, including text classification, sentiment analysis, named entity recognition, and language translation. They can accurately analyze and categorize text based on context and content.
## Applications
**Chatbots and Virtual Assistants:** LLMs power conversational AI systems that can interact with users in natural language.

**Content Generation:** They can automate content creation for marketing, journalism, and creative writing.

**Translation:** LLMs can translate text between languages with high accuracy.

**Summarization:** They can automatically summarize lengthy documents or articles.

**Language Tutoring:** LLMs can provide language learning assistance and grammar correction.

**Research and Data Analysis:** They assist researchers in processing and analyzing large volumes of textual data.
18 changes: 18 additions & 0 deletions What is LLM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# LLM
A **Large Language Model (LLM)** is a type of artificial intelligence (AI) model designed to understand and generate human language. These models are based on deep learning techniques and are trained on massive amounts of text data to develop language comprehension and generation capabilities.<\br>
## Architecture
LLMs are typically built on architectures called transformers. The most well-known transformer-based LLM is GPT (Generative Pre-trained Transformer). Other examples include BERT (Bidirectional Encoder Representations from Transformers) and T5 (Text-to-Text Transfer Transformer).
## Natural Language Understanding (NLU)
LLMs excel in natural language understanding tasks, including text classification, sentiment analysis, named entity recognition, and language translation. They can accurately analyze and categorize text based on context and content.
## Applications
**Chatbots and Virtual Assistants:** LLMs power conversational AI systems that can interact with users in natural language.

**Content Generation:** They can automate content creation for marketing, journalism, and creative writing.

**Translation:** LLMs can translate text between languages with high accuracy.

**Summarization:** They can automatically summarize lengthy documents or articles.

**Language Tutoring:** LLMs can provide language learning assistance and grammar correction.

**Research and Data Analysis:** They assist researchers in processing and analyzing large volumes of textual data.