Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 876 Bytes

🚀 Streamlit Chatbot💬 powered by llama2 🦙

img

Introduction

Streamlit Chatbot to chat with LLAMA II. It is trained on 7B parameters and achieves a perplexity of 9.3 on the OpenSubtitles testset. The model is trained using the HuggingFace library.

Installation

  1. Clone the repository
  2. Install the requirements with:
pip install -r requirements.txt
  1. Run the app with:
streamlit run app.py
  1. Open the app in your browser at http://localhost:8501

  2. Enjoy Chat with the llama 🦙

Usage

in this repo we are using the 'llama 2' model from OLLAMA 🦙. More models to be added soon...