Views
No views yet
1prompts = [
2 "Write a creative short story based on the following title:",
3 "Here is a title for a story. Craft a short narrative around it:",
4 "Using the title given, develop a short story:",
5 "Imagine a short story that starts with this title:",
6 "Create a brief story with the following title:"
7]concatenated_texts = [random.choice(prompts) + " " + title + "</s>" + "Story: " + selftext for title, selftext in zip(titles, selftexts)]