This readme organizes all the code examples in this repository as well as the corresponding blog posts.
βοΈ Check out my blog!
Document Embedding example adapted from Google's document_search.ipynb. This example goes through a use-case of a movie information chatbot.
LLM Finetuning example adapted from Google's Tuning.ipynb. This example goes through a use-case of finetuning an LLM model to classify movie reviews on IMDB as positive or negative.
Blog Post: Coming soon!