From cb5b5e6c6daef3f69540f01229995a9bdc2d9bdf Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Mon, 3 Apr 2023 15:58:14 -0600 Subject: [PATCH] Update prompts-applications.md --- guides/prompts-applications.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/prompts-applications.md b/guides/prompts-applications.md index 7ab66ad..ae6706f 100644 --- a/guides/prompts-applications.md +++ b/guides/prompts-applications.md @@ -55,6 +55,8 @@ A: Negative This is very useful. We use this example for a different test in another section of the guides. +Here is another prompt example showing how to leverage the LLM for data labeling/augmentation task. + *Prompt:* ``` produce 3 wine reviews and label taste, flavor, aroma related token; present the result as a json file, in addition add the coordinate of each term for NER task @@ -217,4 +219,4 @@ More examples coming soon! [Previous Section (Advanced Prompting)](./prompts-advanced-usage.md) -[Next Section (ChatGPT)](./prompts-chatgpt.md) \ No newline at end of file +[Next Section (ChatGPT)](./prompts-chatgpt.md)