Non-engineers guide: Train a LLaMA 2 chatbot

📰 Hugging Face Blog

Train a LLaMA 2 chatbot without coding using Hugging Face's AutoTrain and ChatUI tools

beginner Published 28 Sept 2023
Action Steps
  1. Create a new AutoTrain Space
  2. Launch a model training in AutoTrain using the LLaMA 2 base model
  3. Create a new ChatUI Space using the fine-tuned model
Who Needs to Know This

Non-technical team members can benefit from this tutorial to create a chatbot without relying on engineers, and product managers can use this to quickly prototype and test chatbot ideas

Key Insight

💡 Hugging Face's AutoTrain and ChatUI tools enable non-technical users to fine-tune and deploy a LLaMA 2 chatbot model

Share This
🤖 Build your own ChatGPT without coding! 🚀

Key Takeaways

Train a LLaMA 2 chatbot without coding using Hugging Face's AutoTrain and ChatUI tools

Full Article

Published Time: 2023-09-28T00:00:00.289Z

# Non-engineers guide: Train a LLaMA 2 chatbot

[![Image 1: Hugging Face's logo](https://huggingface.co/front/assets/huggingface_logo-noborder.svg)Hugging Face](https://huggingface.co/)

* [Models](https://huggingface.co/models)
* [Datasets](https://huggingface.co/datasets)
* [Spaces](https://huggingface.co/spaces)
* [Buckets new](https://huggingface.co/storage)
* [Docs](https://huggingface.co/docs)
* [Enterprise](https://huggingface.co/enterprise)
* [Pricing](https://huggingface.co/pricing)
*
*
* * *

* [Log In](https://huggingface.co/login)
* [Sign Up](https://huggingface.co/join)

[Back to Articles](https://huggingface.co/blog)

# [](https://huggingface.co/blog/Llama2-for-non-engineers#non-engineers-guide-train-a-llama-2-chatbot) Non-engineers guide: Train a LLaMA 2 chatbot

Published September 28, 2023

[Update on GitHub](https://github.com/huggingface/blog/blob/main/Llama2-for-non-engineers.md)

[- [x] Upvote 7](https://huggingface.co/login?next=%2Fblog%2FLlama2-for-non-engineers)
* [![Image 2](https://cdn-avatars.huggingface.co/v1/production/uploads/6536d111912eef25907fc5ef/ioAeSp9IWJl2DWhidJ0jX.png)](https://huggingface.co/meganariley "meganariley")
* [![Image 3](https://huggingface.co/avatars/eec69deff03cbc54a74f080c40d26b6f.svg)](https://huggingface.co/annamalai-s "annamalai-s")
* [![Image 4](https://huggingface.co/avatars/ee0b19349b5e6776de6345d8a0fcf787.svg)](https://huggingface.co/ammarabushihab "ammarabushihab")
* [![Image 5](https://cdn-avatars.huggingface.co/v1/production/uploads/no-auth/xIMb6gSDmXMF5LVFNWT3F.png)](https://huggingface.co/new2LLMs "new2LLMs")
* [![Image 6](https://huggingface.co/avatars/eab7c088ac4b707e675358c5951f093f.svg)](https://huggingface.co/praveenballa41 "praveenballa41")
* [![Image 7](https://cdn-avatars.huggingface.co/v1/production/uploads/no-auth/4Gdqy9Ke40cf4SGJktzB6.png)](https://huggingface.co/cethov "cethov")
* +1

[![Image 8: Andrew Jardine's avatar](https://cdn-avatars.huggingface.co/v1/production/uploads/1667342475216-noauth.png)](https://huggingface.co/2legit2overfit)

[Andrew Jardine 2legit2overfit Follow](https://huggingface.co/2legit2overfit)

[![Image 9: Abhishek Thakur's avatar](https://cdn-avatars.huggingface.co/v1/production/uploads/5fa19f4ba13e063b8b2b5e11/nGVHdTYX2udnt-K8mqY27.jpeg)](https://huggingface.co/abhishek)

[Abhishek Thakur abhishek Follow](https://huggingface.co/abhishek)

## * [Introduction](https://huggingface.co/blog/Llama2-for-non-engineers#introduction "Introduction")

* [Introduction to Spaces](https://huggingface.co/blog/Llama2-for-non-engineers#introduction-to-spaces "Introduction to Spaces")

* [Introduction to AutoTrain](https://huggingface.co/blog/Llama2-for-non-engineers#introduction-to-autotrain "Introduction to AutoTrain")

* [Introduction to ChatUI](https://huggingface.co/blog/Llama2-for-non-engineers#introduction-to-chatui "Introduction to ChatUI")
* [Step 1: Create a new AutoTrain Space](https://huggingface.co/blog/Llama2-for-non-engineers#step-1-create-a-new-autotrain-space "Step 1: Create a new AutoTrain Space")

* [Step 2: Launch a Model Training in AutoTrain](https://huggingface.co/blog/Llama2-for-non-engineers#step-2-launch-a-model-training-in-autotrain "Step 2: Launch a Model Training in AutoTrain")

* [Step 3: Create a new ChatUI Space using your model](https://huggingface.co/blog/Llama2-for-non-engineers#step-3-create-a-new-chatui-space-using-your-model "Step 3: Create a new ChatUI Space using your model")

[](https://huggingface.co/blog/Llama2-for-non-engineers#introduction) Introduction

In this tutorial we will show you how anyone can build their own open-source ChatGPT without ever writing a single line of code! We’ll use the LLaMA 2 base model, fine tune it for chat with an open-source instruction dataset and then deploy the model to a chat app you can share with your friends. All by just clicking our way to greatness. 😀

Read full article → ← Back to Reads

Related Videos

5 Levels of AI Agents - From Simple LLM Calls to Multi-Agent Systems
5 Levels of AI Agents - From Simple LLM Calls to Multi-Agent Systems
Dave Ebbelaar (LLM Eng)
Exploring AI Toolkit for VS Code | Download/Fine Tune/Inference LLM & Play with them on Local Server
Exploring AI Toolkit for VS Code | Download/Fine Tune/Inference LLM & Play with them on Local Server
Dewiride Technologies
Experimental POC: Interacting with MySQL Database using LLM OpenAI ChatGPT in Natural Language
Experimental POC: Interacting with MySQL Database using LLM OpenAI ChatGPT in Natural Language
Dewiride Technologies
CREATE Your OWN Custom GPTs in ChatGPT and Gemini GEMs NOW!
CREATE Your OWN Custom GPTs in ChatGPT and Gemini GEMs NOW!
DroidCrunch
These 4 Gemini Features Changed How I Use Google Docs
These 4 Gemini Features Changed How I Use Google Docs
Aga Murdoch | AI Training
Notebook LLM vs PoppyAI #ai #productivity #chatgpt
Notebook LLM vs PoppyAI #ai #productivity #chatgpt
Poppy AI