From 110bc551a9fe239a18af8fabc5476d2555114891 Mon Sep 17 00:00:00 2001 From: justhungryman Date: Fri, 14 Jun 2024 21:43:43 +0900 Subject: [PATCH] fix typo --- prompts/web_samples/build_web_prompts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prompts/web_samples/build_web_prompts.py b/prompts/web_samples/build_web_prompts.py index 6a27e3d..8730bac 100644 --- a/prompts/web_samples/build_web_prompts.py +++ b/prompts/web_samples/build_web_prompts.py @@ -2,11 +2,10 @@ import random from datasets import load_dataset - STYLES = {"wikihow": """Here is an extract from a webpage: "". -Write a long and very detailed tutorial that could be part of WikiHow whose title is related to the extract above. Include in depth explanations for each step and how it helps achieve the desired outcome, inluding key tips and guidelines. +Write a long and very detailed tutorial that could be part of WikiHow whose title is related to the extract above. Include in depth explanations for each step and how it helps achieve the desired outcome, including key tips and guidelines. Ensure clarity and practicality, allowing readers to easily follow and apply the instructions. Do not use images.""", "textbook_narrative":