Few Shot Prompting
# What is few-shot prompting?
**Few-shot prompting** is a technique where one provides the language model with a small number of examples to demonstrate the desired output format, style, tone, and quality. The model learns from these examples and applies the same patterns to new inputs.
This approach requires **no model training or fine-tuning**.
# Types
## Zero-shot
No examples provided. The model relies solely on instructions:when to use it
Community prompt sourced from the open-source GitHub repo joao-antao/omschrijver (MIT). A "Few Shot Prompting" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
joao-antao/omschrijver · MIT