Joemgu commited on
Commit
d9d6577
1 Parent(s): 2ff4778

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -23,8 +23,9 @@ metrics:
23
  ## How to use:
24
 
25
  Prefix your document of choice with either:
26
- - "Summarize: "+doc_string
27
- - "Write a title and summarize: "+doc_string
 
28
  Depending on the prefix, the output will either be:
29
- - "Summary: <<summary of input doc>>"
30
- - "Title: <<title of input doc>> Summary: <<summary of input doc>>"
 
23
  ## How to use:
24
 
25
  Prefix your document of choice with either:
26
+ - "Summarize: "+INPUT_TEXT
27
+ - "Write a title and summarize: "+INPUT_TEXT
28
+
29
  Depending on the prefix, the output will either be:
30
+ - "Summary: SUMMARY OF INPUT_TEXT"
31
+ - "Title: TITLE OF INPUT_TEXT Summary: SUMMARY OF INPUT_TEXT"