Update README.md
Browse files
README.md
CHANGED
@@ -174,6 +174,7 @@ model = T5ForConditionalGeneration.from_pretrained(
|
|
174 |
)
|
175 |
|
176 |
# Define input texts
|
|
|
177 |
input_texts = [
|
178 |
"""ge with a narrative—whether through books, films, or oral traditions—we are invited into another person's experience (Brown & Thompson, 2023). This immersion allows us to see the world through different perspectives, breaking down barriers of misunderstanding and prejudice. For example, novels like Harper Lee's "To Kill a Mockingbird" challenge readers to confront issues of racism and injustice through the eyes of a child (Williams, 2018). Similarly, contemporary works such as Chimamanda Ngozi Adichie's "Americanah" explore themes of identity and belonging in a globalized world (Nguyen & Roberts, 2020). By sharing these experiences through storytelling, authors can cultivate empathy in their audiences, encouraging them to reflect on their own beliefs and biases.
|
179 |
Shaping Identity Through Narratives
|
|
|
174 |
)
|
175 |
|
176 |
# Define input texts
|
177 |
+
# Note: These aren't real citations. Only for demonstration purpose.
|
178 |
input_texts = [
|
179 |
"""ge with a narrative—whether through books, films, or oral traditions—we are invited into another person's experience (Brown & Thompson, 2023). This immersion allows us to see the world through different perspectives, breaking down barriers of misunderstanding and prejudice. For example, novels like Harper Lee's "To Kill a Mockingbird" challenge readers to confront issues of racism and injustice through the eyes of a child (Williams, 2018). Similarly, contemporary works such as Chimamanda Ngozi Adichie's "Americanah" explore themes of identity and belonging in a globalized world (Nguyen & Roberts, 2020). By sharing these experiences through storytelling, authors can cultivate empathy in their audiences, encouraging them to reflect on their own beliefs and biases.
|
180 |
Shaping Identity Through Narratives
|