|

Developing My Own LLM Challenge

I want to learn how to build my own large language model leveraging ChatGPT and my own proprietary data. There seems to be a couple of things that I need to learn before I do that:

  1. How ChatGPT fine tuned models work
  2. What a vector database is
  3. What is Langchain

Some helpful videos on each:

ChatGPT

Vector Database

Langchain

Hands on Coding