antonkurylo commited on
Commit
f82412f
1 Parent(s): a06e35c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -67,6 +67,13 @@ text = "As the demands of climate change grow, businesses are realizing the impe
67
  summarizer(text)
68
  ```
69
 
 
 
 
 
 
 
 
70
  ## Training and evaluation data
71
 
72
  More information needed
 
67
  summarizer(text)
68
  ```
69
 
70
+ ### Expected Output
71
+
72
+ ```
73
+ [{'summary_text': "The future of business is unquestionably green. Here's how it works . Unilever and Tesla are examples of the transformation"}]
74
+
75
+ ```
76
+
77
  ## Training and evaluation data
78
 
79
  More information needed