bluenguyen
commited on
Commit
·
7659d67
1
Parent(s):
67b9ca1
Update README.md
Browse files
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 |
-
###
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|