janbakker commited on
Commit
c1047bb
1 Parent(s): 07849d6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - doc_simp
6
+ - cochrane-auto
7
+ ---
8
+
9
+ # O->BART_sent document simplification model
10
+
11
+ This is the plan-guided sentence-level BART model pretrained on Cochrane-auto.
12
+
13
+ It belongs to the paper Cochrane-auto: An Aligned Dataset for the Simplification of Biomedical Abstracts.
14
+
15
+ The [doc_simp](https://github.com/JanB100/doc_simp) library should be used to interface with this model.