Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
language:
|
2 |
+
- en
|
3 |
+
tags:
|
4 |
+
- doc_simp
|
5 |
+
---
|
6 |
+
|
7 |
+
# LED_doc document simplification model
|
8 |
+
|
9 |
+
This is a document-level LED 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.
|