Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
pipeline_tag: summarization
|
4 |
tags:
|
5 |
- transformers
|
6 |
- summarization
|
@@ -9,6 +8,8 @@ tags:
|
|
9 |
- PEFT
|
10 |
datasets:
|
11 |
- knkarthick/dialogsum
|
|
|
|
|
12 |
---
|
13 |
# ConvoBrief: LoRA-enhanced BART Model for Dialogue Summarization
|
14 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
3 |
tags:
|
4 |
- transformers
|
5 |
- summarization
|
|
|
8 |
- PEFT
|
9 |
datasets:
|
10 |
- knkarthick/dialogsum
|
11 |
+
pipeline_tag: summarization
|
12 |
+
base_model: facebook/bart-large-cnn
|
13 |
---
|
14 |
# ConvoBrief: LoRA-enhanced BART Model for Dialogue Summarization
|
15 |
|