Decoder-Based LLM

From GM-RKB
(Redirected from Decoder-based LLM)
Jump to navigation Jump to search

A Decoder-Based LLM is an LLM model that is a decoder-based LLM.



References

2023

  • Google Bard
    • A Decoder-Based LLM is an LLM model that operates without an encoder. This means it focuses solely on predicting the next word in a sequence, based on the context of the previous words.
    • Here's a breakdown of the key characteristics of Decoder-Based LLMs:
    • Architecture:
   Autoregressive: They predict the next word by considering the previously generated words.
   Transformers: The most popular architecture used for Decoder-Based LLMs, utilizing self-attention mechanisms to understand the relationships between words.
   Masked Input: During training, parts of the input are masked to force the model to predict the missing words.
    • Strengths:
   Flexibility: They can be used for a wide variety of tasks.
   Creativity: They can generate novel and creative text formats.
   Simplicity: They have a relatively simple architecture compared to encoder-decoder models.
    • Weaknesses:
   Context Dependence: They are highly dependent on the context provided to them.
   Accuracy: They can sometimes be prone to generating inaccurate or nonsensical outputs.
   Long-Range Dependencies: They may struggle to capture long-range dependencies in the data.
    • Examples:
   GPT-3: A powerful decoder-based LLM developed by OpenAI.
   Bard: A decoder-based LLM developed by Google AI.
   Megatron-Turing NLG: A large decoder-based LLM developed by Microsoft and NVIDIA.