Open santokalayil opened 2 weeks ago
Generative AI - Simple Explanation https://youtu.be/G2fqAlgmoPo?si=SKk9q8Ybp_RGvbE1
How GenAI Models (like Palm, GPT, Lambda etc.) works
Generative AI models are models trained to generate new data
Generative Image Model
Generative Language Model
Large Language Models - Simple Explaination https://youtu.be/zizonToFXDs?si=Q9vH4I_iQPTwGFbg
Hallucinations are words or phrases that are generated by the model that are often nonsensical or grammatically incorrect.
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.
The process of creating a prompt that would generate a desired output from a LLM
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
text-to-task
model
Generative language models learn about patterns in language through training data. Then, given some text, they predict what comes next.