Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
hello! this is the pretrained BART. The dataset used for pretraining is nonsense summary corpus with output as diff.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
- diff generation
|
7 |
+
datasets:
|
8 |
+
- nonsense corpus
|
9 |
+
metrics:
|
10 |
+
- rouge
|
11 |
+
---
|
12 |
+
|
13 |
hello! this is the pretrained BART. The dataset used for pretraining is nonsense summary corpus with output as diff.
|