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.
- Clone the repository
- Install the requirements with:
pip install -r requirements.txt
- Run the app with:
streamlit run app.py
-
Open the app in your browser at http://localhost:8501
-
Enjoy Chat with the llama 🦙
in this repo we are using the 'llama 2' model from OLLAMA 🦙. More models to be added soon...