Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,5 @@
|
|
| 1 |
This is a pre-train baseline model for summarization. Input is to concatenate all articles in one cluster.
|
| 2 |
-
the example.json is the example result.
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This is a pre-train baseline model for summarization. Input is to concatenate all articles in one cluster.
|
| 2 |
+
the example.json is the example result.
|
| 3 |
+
|
| 4 |
+
pipeline:
|
| 5 |
+
input -> sum tokenizer -> perceiver -> sum model -> summary
|