Skip to content

Instantly share code, notes, and snippets.

@dnlfdz
Created April 19, 2023 20:57
Show Gist options
  • Save dnlfdz/cdb6cc0a2e5e69a94b2555149a365961 to your computer and use it in GitHub Desktop.
Save dnlfdz/cdb6cc0a2e5e69a94b2555149a365961 to your computer and use it in GitHub Desktop.
Generative AI Tools and Resources

Generative AI Resources

Overview

LLMs

LLMs (Large Language Models) are a type of artificial intelligence model that have been trained on vast amounts of text data, and can be used for a variety of natural language tasks, such as language translation, text summarization, and question-answering. LLMs are typically based on the Transformer architecture, which is a type of neural network that is particularly suited for natural language processing tasks. By training on large amounts of data, LLMs are able to learn the patterns and structures of human language and can generate text that is indistinguishable from text written by a human.

GPT

GPT (Generative Pretrained Transformer) is a family of LLMs that has been developed by OpenAI. GPT models are trained on massive amounts of text data, and can be used to generate natural language text, such as articles, stories, or poetry. GPT models are based on the Transformer architecture, and are trained using a technique called unsupervised learning, which means that they do not require human-labeled data to learn. The latest version of GPT, GPT-3, is one of the most powerful LLMs available, and has been used for a wide range of applications, including language translation, chatbots, and even code generation.

ChatGPT

ChatGPT is a specific implementation of the GPT model that has been fine-tuned for conversational AI applications, such as chatbots and virtual assistants. By training on conversational data, ChatGPT has learned to generate responses that are more natural and human-like, and can carry on a conversation with a user in a way that is difficult to distinguish from a human. ChatGPT has been used in a wide range of applications, from customer support chatbots to virtual therapists, and is one of the most promising applications of GPT technology.

Links

Introductory Videos

Intermediate Videos

Reading

Tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment