Large Language Models
2026
-
Basic chatbot: Keeping context awareness
February 08, 2026 Welcome back! I hope you had a good holiday season and a great start to the new year. I ended up taking a little more time than I thought. Between holidays, traveling, and gettin...
2025
-
Natural language models: GPT-2 causal text generator
November 30, 2025 This week, we will be using a decoder to generate movie reviews. First, I will walk through the fine-tuning process. Then, I will show how well the decoder autocompletes movie re...
-
Natural language models: DistilBERT sentiment classifier
November 16, 2025 This week, we will be using an encoder to identifying sentiment in movie reviews. First, I will walk through the fine-tuning process. Then, I will show how we use the encoder to ...
-
Natural language models: An introduction to human-computer language interaction
November 02, 2025 This week we will be discussed natural language models (NLPs) and how they process text. NLP models are an interface for computers to understand, interpret, and generate human la...