bluenguyen commited on
Commit
7659d67
·
1 Parent(s): 67b9ca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -17,11 +17,20 @@ A movie recommendation chatbot which is finetune from GODEL model using data gen
17
 
18
  This model is supervised training on small amount o
19
 
20
- ### Recommendations
21
-
22
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
23
-
24
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
 
 
 
 
 
 
 
 
 
25
 
26
  ### How to Get Started with the Model
27
 
 
17
 
18
  This model is supervised training on small amount o
19
 
20
+ ### Demo
21
+
22
+ Chitchat example:
23
+ > User: Do you have any recommendation about a movie? <br>
24
+ > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
25
+ > User: I like love story. <br>
26
+ > Bot: How about "The Notebook"? It's a classic love story with a great plot twist. <br>
27
+ > User: I have seen that one. Give me another one. <br>
28
+ > Bot: Have you seen "Eternal Sunshine of the Spotless Mind"? It's a unique romantic story with a captivating twist. <br>
29
+ > User: Is it any good? <br>
30
+ > Bot: Absolutely! It has an amazing cast and an engaging storyline. I highly recommend it. <br>
31
+ > User: Thank you <br>
32
+ > Bot: You're welcome! Let me know how you liked it. <br>
33
+ > User: end <br>
34
 
35
  ### How to Get Started with the Model
36