mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
17 lines
623 B
JSON
17 lines
623 B
JSON
{
|
|
"zeroshot": "Prompt sin entrenamiento previo (Zero-shot)",
|
|
"fewshot": "Prompt con pocas muestras (Few-shot)",
|
|
"cot": "Prompt cadena de pensamiento (CoT)",
|
|
"consistency": "Auto-consistencia",
|
|
"knowledge": "Prompt de conocimiento generado",
|
|
"tot": "Tree of Thoughts",
|
|
"rag": "Retrieval Augmented Generation",
|
|
"art": "Automatic Reasoning and Tool-use",
|
|
"ape": "Ingeniería de prompts automático (APE)",
|
|
"activeprompt": "Prompt activo",
|
|
"dsp": "Prompt de Estímulo direccional",
|
|
"react": "ReAct",
|
|
"multimodalcot": "Prompt CoT multimodal",
|
|
"graph": "Prompt de grafo"
|
|
}
|