bleugreen commited on
Commit
6ae88aa
1 Parent(s): 3560e41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -6,7 +6,19 @@ language:
6
  - en
7
  pipeline_tag: summarization
8
  ---
9
- ## Training procedure
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  ### Framework versions
12
 
 
6
  - en
7
  pipeline_tag: summarization
8
  ---
9
+ ## Data
10
+
11
+ - Trained on random sample of 5000 rows from xlsum
12
+
13
+ ## Prompt
14
+
15
+ ```
16
+ [INST] Please write a brief, thorough summary of the text.
17
+ '''
18
+ {text}
19
+ '''
20
+ [/INST]
21
+ ```
22
 
23
  ### Framework versions
24