Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
model-index:
|
6 |
-
- name: bart-base-News_Summarization_CNN
|
7 |
-
results: []
|
8 |
-
language:
|
9 |
-
- en
|
10 |
metrics:
|
11 |
- rouge
|
12 |
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# bart-base-News_Summarization_CNN
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
7 |
metrics:
|
8 |
- rouge
|
9 |
pipeline_tag: text2text-generation
|
10 |
+
base_model: facebook/bart-base
|
11 |
+
model-index:
|
12 |
+
- name: bart-base-News_Summarization_CNN
|
13 |
+
results: []
|
14 |
---
|
15 |
|
16 |
# bart-base-News_Summarization_CNN
|