mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
17 lines
608 B
JSON
17 lines
608 B
JSON
{
|
|
"zeroshot": "Prompt sense entrenament previ (Zero-shot)",
|
|
"fewshot": "Prompt amb poques mostres (Few-shot)",
|
|
"cot": "Prompt cadena de pensament (CoT)",
|
|
"consistency": "Autoconsistència",
|
|
"knowledge": "Prompt de coneixement generat",
|
|
"tot": "Tree of Thoughts",
|
|
"rag": "Retrieval Augmented Generation",
|
|
"art": "Automatic Reasoning and Tool-use",
|
|
"ape": "Enginyeria de prompts automàtic (APE)",
|
|
"activeprompt": "Prompt actiu",
|
|
"dsp": "Prompt d'Estímul dirigit",
|
|
"react": "ReAct",
|
|
"multimodalcot": "Prompt CoT multimodal",
|
|
"graph": "Prompt de graf"
|
|
}
|