Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ summarization_pipeline = pipeline(
|
|
50 |
)
|
51 |
|
52 |
# Example dialogue for summarization
|
53 |
-
dialogue = [
|
54 |
#Person1#: Happy Birthday, this is for you, Brian.
|
55 |
#Person2#: I'm so happy you remember, please come in and enjoy the party. Everyone's here, I'm sure you have a good time.
|
56 |
#Person1#: Brian, may I have a pleasure to have a dance with you?
|
@@ -59,7 +59,7 @@ dialogue = [
|
|
59 |
#Person2#: Yes, you are always popular with everyone. and you look very pretty today.
|
60 |
#Person1#: Thanks, that's very kind of you to say. I hope my necklace goes with my dress, and they both make me look good I feel.
|
61 |
#Person2#: You look great, you are absolutely glowing.
|
62 |
-
#Person1#: Thanks, this is a fine party. We should have a drink together to celebrate your birthday
|
63 |
]
|
64 |
|
65 |
# Combine dialogue into a single string
|
|
|
50 |
)
|
51 |
|
52 |
# Example dialogue for summarization
|
53 |
+
dialogue = ["""
|
54 |
#Person1#: Happy Birthday, this is for you, Brian.
|
55 |
#Person2#: I'm so happy you remember, please come in and enjoy the party. Everyone's here, I'm sure you have a good time.
|
56 |
#Person1#: Brian, may I have a pleasure to have a dance with you?
|
|
|
59 |
#Person2#: Yes, you are always popular with everyone. and you look very pretty today.
|
60 |
#Person1#: Thanks, that's very kind of you to say. I hope my necklace goes with my dress, and they both make me look good I feel.
|
61 |
#Person2#: You look great, you are absolutely glowing.
|
62 |
+
#Person1#: Thanks, this is a fine party. We should have a drink together to celebrate your birthday."""
|
63 |
]
|
64 |
|
65 |
# Combine dialogue into a single string
|