Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan1229/training-llama-chatbot
Wanna train a chat bot?
https://github.com/dan1229/training-llama-chatbot
Last synced: about 1 month ago
JSON representation
Wanna train a chat bot?
- Host: GitHub
- URL: https://github.com/dan1229/training-llama-chatbot
- Owner: dan1229
- Created: 2024-07-07T14:38:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T02:46:58.000Z (6 months ago)
- Last Synced: 2024-07-08T16:13:13.071Z (6 months ago)
- Language: Python
- Homepage: https://blog.danielnazarian.com/blog/posts/727c8eea-5adb-4062-9026-476e4ccad82c/
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training LLaMA Chatbot
#### By: [Daniel Nazarian](https://www.danielnazarian.com) 🐧👹
##### Contact me at-------------------------------------------------------
## Description
This is an example project for training a chatbot using the LLaMA (Language Learning Model for AI) model.
The LLaMA model is a language model that is trained on a large corpus of text data to generate human-like responses to user input. This project demonstrates how to train a chatbot using the LLaMA model and how to use the chatbot to generate responses to user input.
### Using
To install the venv and try this out just run:
```python
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```From there you can run the chatbot with:
```python
python main.py
```## Blog Post
Read it here!
https://blog.danielnazarian.com/blog/posts/727c8eea-5adb-4062-9026-476e4ccad82c/
-------------------------------------------------------
##### [https://danielnazarian.com](https://danielnazarian.com)
##### Copyright 2024 © Daniel Nazarian.