Update 100-what-are-llms.md

The definition of LLM was changed from Language Learning Models to Large Language Models.
pull/4899/head
Umut 11 months ago committed by GitHub
parent b9b12333cb
commit c95919ba7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/data/roadmaps/prompt-engineering/content/100-basic-llm/100-what-are-llms.md

@ -1,9 +1,9 @@
# What are LLMs?
LLMs, or Language Learning Models, are advanced Artificial Intelligence models specifically designed for understanding and generating human language. These models are typically based on deep learning architectures, such as Transformers, and are trained on massive amounts of text data from various sources to acquire a deep understanding of the nuances and complexities of language.
LLMs, or Large Language Models, are advanced Artificial Intelligence models specifically designed for understanding and generating human language. These models are typically based on deep learning architectures, such as Transformers, and are trained on massive amounts of text data from various sources to acquire a deep understanding of the nuances and complexities of language.
LLMs have the ability to achieve state-of-the-art performance in multiple Natural Language Processing (NLP) tasks, such as machine translation, sentiment analysis, summarization, and more. They can also generate coherent and contextually relevant text based on given input, making them highly useful for applications like chatbots, question-answering systems, and content generation.
As an example, OpenAI's GPT-3 is a prominent LLM that has gained significant attention due to its capability to generate high-quality text and perform a variety of language tasks with minimal fine-tuning.
- [Introduction to LLMs](https://roadmap.sh/guides/introduction-to-llms)
- [Introduction to LLMs](https://roadmap.sh/guides/introduction-to-llms)

Loading…
Cancel
Save