Bin
2025-12-17 05a69820e0c402b0b33c063d3b922f0a0571cbbb
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
---
title: LLM Fine-tuning
type: templates
order: 2009
meta_title: Gallery of Generative AI Labeling 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: Supervised LLM Fine-tuning
  categories:
  - Text Generation
  - Classification
  image: "/images/templates/generative-supervised-llm.png"
  url: "/templates/generative-supervised-llm.html"
 
- title: Human Preference collection for RLHF
  categories:
  - Reinforcement Learning
  - Text Classification
  - Classification
  - Text Generation
  image: "/images/templates/generative-pairwise-human-preference.png"
  url: "/templates/generative-pairwise-human-preference.html"
 
- title: RAG Retrieval
  categories:
  - Ranking
  - Retrieval-Augmented Generation
  image: "/images/templates/llm-ranker.png"
  url: "/templates/generative-llm-ranker.html"
---