nayohan commited on
Commit
d2a0114
·
verified ·
1 Parent(s): 1bc2477

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -66,9 +66,9 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
66
  session_num = 3
67
  session_role_1 = "Neighbors A"
68
  session_role_2 = "Neighbors B"
69
- session_system_prompt = f"You will be shown a {session_num} session dialogues between {session_role_1} and {session_role_2}. Please read and understand given multiple Dialogue Session, then complete the task under the guidance of Task Introduction.\n\n"
70
 
71
- session_input = """```
72
  Dialogue Session #1:
73
  Neighbors A:Hi there! I saw your cat in my backyard earlier. She's quite cute. What's her name?
74
  Neighbors B:Oh, thanks! Her name is Luna. She's a rescue cat.
 
66
  session_num = 3
67
  session_role_1 = "Neighbors A"
68
  session_role_2 = "Neighbors B"
69
+ session_system_prompt = f"You will be shown a {session_num} session dialogues between {session_role_1} and {session_role_2}. Please read and understand given multiple Dialogue Session, then complete the task under the guidance of Task Introduction.\n"
70
 
71
+ session_input = """\n```
72
  Dialogue Session #1:
73
  Neighbors A:Hi there! I saw your cat in my backyard earlier. She's quite cute. What's her name?
74
  Neighbors B:Oh, thanks! Her name is Luna. She's a rescue cat.