bluenguyen commited on
Commit
0bf97f8
·
1 Parent(s): 2638c20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -40,7 +40,7 @@ def generate(context):
40
  instruction = f'Instruction: given a dialog about movie recommendation, you need to respond based on human preferences.'
41
  dialog = [
42
  'Do you have any recommendation about a movie?',
43
- 'Yes! Any particular genre or genre that you\'d like to see mentioned?',
44
  ]
45
  print('User: ' + dialog[0])
46
  print('Bot: ' + dialog[1])
@@ -59,7 +59,7 @@ while(1):
59
 
60
  Example 1:
61
  > User: Do you have any recommendation about a movie? <br>
62
- > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
63
  > User: I like love story. <br>
64
  > Bot: How about "The Notebook"? It's a classic love story with a great plot twist. <br>
65
  > User: I have seen that one. Give me another one. <br>
@@ -72,7 +72,7 @@ Example 1:
72
 
73
  Example 2:
74
  > User: Do you have any recommendation about a movie? <br>
75
- > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
76
  > User: I like super hero movie. <br>
77
  > Bot: Have you watched "The Dark Knight"? It's a classic superhero movie. <br>
78
  > User: Tell me more <br>
@@ -97,7 +97,7 @@ Example 2:
97
 
98
  Example 3:
99
  > User: Do you have any recommendation about a movie? <br>
100
- > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
101
  > User: I like action movie. <br>
102
  > Bot: Have you seen "John Wick"? <br>
103
  > User: Yes I have <br>
 
40
  instruction = f'Instruction: given a dialog about movie recommendation, you need to respond based on human preferences.'
41
  dialog = [
42
  'Do you have any recommendation about a movie?',
43
+ 'Yes! Any particular genre that you\'d like to see mentioned?',
44
  ]
45
  print('User: ' + dialog[0])
46
  print('Bot: ' + dialog[1])
 
59
 
60
  Example 1:
61
  > User: Do you have any recommendation about a movie? <br>
62
+ > Bot: Yes! Any particular genre that you'd like to see mentioned? <br>
63
  > User: I like love story. <br>
64
  > Bot: How about "The Notebook"? It's a classic love story with a great plot twist. <br>
65
  > User: I have seen that one. Give me another one. <br>
 
72
 
73
  Example 2:
74
  > User: Do you have any recommendation about a movie? <br>
75
+ > Bot: Yes! Any particular genre that you'd like to see mentioned? <br>
76
  > User: I like super hero movie. <br>
77
  > Bot: Have you watched "The Dark Knight"? It's a classic superhero movie. <br>
78
  > User: Tell me more <br>
 
97
 
98
  Example 3:
99
  > User: Do you have any recommendation about a movie? <br>
100
+ > Bot: Yes! Any particular genre that you'd like to see mentioned? <br>
101
  > User: I like action movie. <br>
102
  > Bot: Have you seen "John Wick"? <br>
103
  > User: Yes I have <br>