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:
- How ChatGPT fine tuned models work
- What a vector database is
- What is Langchain
Some helpful videos on each:
ChatGPT
Vector Database
Langchain
Hands on Coding