Skip to content

Matars/gpt-sw3-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published