This repository contains a demo for the GPT-SW3 model. It includes a Jupyter notebook for exploration and a Streamlit app for a chatbot experience.
- Clone this repository to your local machine using the following command:
git clone git@github.com:Matars/gpt-sw3-demo.git
or
git clone https://github.com/Matars/gpt-sw3-demo
-
Start by exploring the provided Jupyter notebook. This will give you a good understanding of how the model works.
-
Download the weights for the model as instructed in the notebook.
After downloading the model weights, you can run the Streamlit app to interact with the GPT-SW3 model in a chatbot interface.
streamlit run app.py
If you encounter issues with the transformer package, you may need to upgrade it. Run the following command in your terminal:
pip install --upgrade transformer