Bin
2025-12-17 1d710f844b65d9bfdf986a71a3b924cd70598a41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: Chat
type: templates
order: 2008
meta_title: Gallery of Multi-Turn Chat Templates
meta_description: Gallery of templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects.
layout: templates
cards:
- title: Chatbot Evaluation
  categories:
  - chatbots
  - LLM evaluation
  image: "/images/templates/chat-evaluate-agent.png"
  url: "/templates/chatbot.html"
 
- title: Fine-Tune an Agent with an LLM
  categories:
  - chatbots
  - LLM fine-tuning
  image: "/images/templates/chat-fine-tune-agent.png"
  url: "/templates/chat_llm_eval.html"
 
- title: Fine-Tune an Agent without an LLM
  categories:
  - chatbots
  - LLM fine-tuning
  image: "/images/templates/chat-fine-tune-no-llm.png"
  url: "/templates/chat_eval.html"
 
- title: Red-Teaming in Chat
  categories:
  - chatbots
  - LLM fine-tuning
  image: "/images/templates/chat-red-team-exercises.png"
  url: "/templates/chat_red_team.html"
 
- title: Evaluate Production Conversations for RLHF
  categories:
  - chatbots
  - LLM evaluation
  image: "/images/templates/chat-rlhf.png"
  url: "/templates/chat_rlhf.html"
---