Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Text_summerization_pegasus
|
2 |
|
3 |
The Model is to be downloaded via the user if any finetuning or inferncing is needed
|
4 |
|
5 |
-
This is a google pegasus model
|
6 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- jordiclive/wikipedia-summary-dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- google/pegasus-cnn_dailymail
|
11 |
+
---
|
12 |
# Text_summerization_pegasus
|
13 |
|
14 |
The Model is to be downloaded via the user if any finetuning or inferncing is needed
|
15 |
|
16 |
+
This is a google pegasus model particulary finetuned using Wikipedia dataset interface to presume the summrize text over the articles.
|
|