Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.18 KB

Chat with Llama 2-70B

Interact with the Llama 2-70B Chatbot using a simple and intuitive Gradio interface. This project provides a seamless way to communicate with the Llama 2-70B model, a state-of-the-art chatbot model with 70B parameters. Click here to chat with Llama 2-70B!

Features

  • User-friendly Gradio interface for chat.
  • Direct integration with the Llama 2-70B model hosted on Hugging Face.
  • Customizable parameters for chat predictions.

Installation

  1. Clone the repository:

    git clone https://github.com/Illia-the-coder/Chat-with-Llama-2-70b.git
  2. Navigate to the project directory:

    cd Chat-with-Llama-2-70b
  3. Install the required packages:

    pip install -r requirements.txt

Usage

Run the main script to launch the Gradio interface:

python app.py

Demo

For a live demo, visit this link.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT