Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- doc_simp
|
6 |
+
- cochrane-auto
|
7 |
+
---
|
8 |
+
|
9 |
+
# O->BART_para document simplification model
|
10 |
+
|
11 |
+
This is a plan-guided paragraph-level BART model pretrained on Cochrane-auto.
|
12 |
+
|
13 |
+
The [doc_simp](https://github.com/JanB100/doc_simp) library should be used to interface with this model.
|