« Prompt » : différence entre les versions

De Wiki BackProp
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 17 : Ligne 17 :
* [https://www.promptingguide.ai/fr] Prompt Engineering Guide (fr)
* [https://www.promptingguide.ai/fr] Prompt Engineering Guide (fr)
* [https://www.youtube.com/watch?v=dOxUroR57xs] Prompt Engineering Overview
* [https://www.youtube.com/watch?v=dOxUroR57xs] Prompt Engineering Overview
* [https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions] Learn how to work with the ChatGPT and GPT-4 models

Version du 2 mai 2023 à 09:52

Un prompt est une commande textuelle transmise afin d'exécuter une action. Cette commande s'adresse principalement aux LLM (Large Language Model) ou aux logiciels de génération d'images entraînées pour comprendre ces commandes.

Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs). Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.[4]

Ecrire un prompt, contrairement à ce qu'on peut imaginer, n'est pas chose facile. Il faut faire l'analogie avec le piano. Obtenir des notes est facile, bien jouer est très compliqué.

While these models are extremely powerful, their behavior is also very sensitive to the prompt. This makes prompt construction an important skill to develop. Prompt construction can be difficult. In practice, the prompt acts to configure the model weights to complete the desired task, but it's more of an art than a science, often requiring experience and intuition to craft a successful prompt. [1]


Références

  • [1] Introduction to prompt engineering
  • [2] ChatGPT Prompt Engineering for Developers
  • [3] Prompt engineering techniques
  • [4] Prompt Engineering Guide
  • [5] Prompt Engineering Guide (fr)
  • [6] Prompt Engineering Overview
  • [7] Learn how to work with the ChatGPT and GPT-4 models