janbakker commited on
Commit
c8ea880
1 Parent(s): 244788c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ language:
2
+ - en
3
+ tags:
4
+ - doc_simp
5
+ ---
6
+
7
+ # O->BART_para document simplification system
8
+
9
+ This is the plan-guided paragraph-level BART model pretrained on Wiki-auto.
10
+
11
+ It belongs to the paper Beyond Sentence-Level Text Simplification.
12
+
13
+ The [doc_simp](https://github.com/JanB100/doc_simp) library should be used to interface with this model.