{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Chatbot Development\n", "\n", "Use this notebook to load the model and then initialize, update, and test the chatbot." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Setup and Imports" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import torch\n", "from huggingface_hub import login\n", "\n", "\n", "from src.chat import SchoolChatbot\n", "from config import BASE_MODEL, MY_MODEL" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "50617a1a9bdc434d9b897a5e9b529b52", "version_major": 2, "version_minor": 0 }, "text/plain": [ "VBox(children=(HTML(value='