Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.24 KB

File metadata and controls

23 lines (15 loc) · 1.24 KB

🚀 Code Meets Cognition

This readme organizes all the code examples in this repository as well as the corresponding blog posts.

✍️ Check out my blog!

📚 Index


🎬 Movie Information Chatbot

Document Embedding example adapted from Google's document_search.ipynb. This example goes through a use-case of a movie information chatbot.

Blog Post

Direct Link to Code

🍿 Movie Review Classification

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!

Direct Link to Code