santokalayil / generative_ai

Generative AI General Library
1 stars 0 forks source link

1. GenAI in view of Agents #5

Open santokalayil opened 2 weeks ago

santokalayil commented 2 weeks ago

Generative language models learn about patterns in language through training data. Then, given some text, they predict what comes next.

santokalayil commented 2 weeks ago

Generative AI - Simple Explanation https://youtu.be/G2fqAlgmoPo?si=SKk9q8Ybp_RGvbE1 image

How GenAI Models (like Palm, GPT, Lambda etc.) works image

Generative AI models are models trained to generate new data image

Generative Image Model image

Generative Language Model image

Large Language Models - Simple Explaination https://youtu.be/zizonToFXDs?si=Q9vH4I_iQPTwGFbg

santokalayil commented 2 weeks ago

image

santokalayil commented 2 weeks ago

Challenges

Hallucinations

Hallucinations are words or phrases that are generated by the model that are often nonsensical or grammatically incorrect.

What can cause this?
santokalayil commented 2 weeks ago

Prompt Design & Engineering

Prompt

A short piece of text that is given to the large language model as input. It can be used to control the output of an LLM in variety of ways.

Prompt Design

The process of creating a prompt that would generate a desired output from a LLM

image

GenAI depends a lot on the training data that you have fed into it and it analyses the patterns and structures of the input data and thus learns

santokalayil commented 2 weeks ago

GenAI Model applications

image

Agents built on top of GenAI (LLM) Models