Mr-Vicky-01 commited on
Commit
66717f0
1 Parent(s): 465e076

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,7 @@ datasets:
27
  - samsum
28
  language:
29
  - en
 
30
  ---
31
 
32
  # BART Large CNN Text Summarization Model
@@ -69,6 +70,7 @@ And there might be good news for all camera lovers. Rumours have suggested that
69
  improving its photography capabilities even further. Google will likely continue to focus on using AI to enhance its camera performance,
70
  in order to make sure that Pixel phones remain top contenders in the world of mobile photography."""
71
  summary = generate_summary(text_to_summarize)
 
72
  print(summary)
73
  ```
74
 
 
27
  - samsum
28
  language:
29
  - en
30
+ library_name: transformers
31
  ---
32
 
33
  # BART Large CNN Text Summarization Model
 
70
  improving its photography capabilities even further. Google will likely continue to focus on using AI to enhance its camera performance,
71
  in order to make sure that Pixel phones remain top contenders in the world of mobile photography."""
72
  summary = generate_summary(text_to_summarize)
73
+
74
  print(summary)
75
  ```
76