Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 962 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 962 Bytes

GPT-SW3-Demo

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.

Getting Started

  1. Clone this repository to your local machine using the following command:
git clone [email protected]:Matars/gpt-sw3-demo.git

or

git clone https:/Matars/gpt-sw3-demo
  1. Start by exploring the provided Jupyter notebook. This will give you a good understanding of how the model works.

  2. Download the weights for the model as instructed in the notebook.

Running the Streamlit App

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

Troubleshooting

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