mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
14 lines
485 B
JSON
14 lines
485 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",
|
||
|
"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"
|
||
|
}
|