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

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Joemgu/sumstew
5
+ language:
6
+ - en
7
+ - de
8
+ - fr
9
+ - it
10
+ - es
11
+ library_name: transformers
12
+ pipeline_tag: summarization
13
+ tags:
14
+ - summarization
15
+ - long
16
+ - title generation
17
+ metrics:
18
+ - rouge
19
+ ---
20
+
21
+ # STILL UNDER DEVELOPMENT (TRAINING RUNNING)
22
+
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>>"