Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- summarization
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- rouge
|
|
|
8 |
model-index:
|
9 |
- name: easyTermsSummerizer
|
10 |
results: []
|
11 |
-
datasets:
|
12 |
-
- Quake24/paraphrasedPayPal
|
13 |
-
- Quake24/paraphrasedTwitter
|
14 |
-
language:
|
15 |
-
- en
|
16 |
-
library_name: transformers
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- summarization
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- Quake24/paraphrasedPayPal
|
11 |
+
- Quake24/paraphrasedTwitter
|
12 |
metrics:
|
13 |
- rouge
|
14 |
+
base_model: sshleifer/distilbart-cnn-12-6
|
15 |
model-index:
|
16 |
- name: easyTermsSummerizer
|
17 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|