Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
datasets:
|
4 |
-
- mohamedemam/Arabic-samsum-dialogsum
|
5 |
-
- samsum
|
6 |
language:
|
7 |
- ar
|
8 |
- en
|
|
|
9 |
tags:
|
10 |
- summarization
|
11 |
- bloomz
|
@@ -14,6 +11,10 @@ tags:
|
|
14 |
- messages summarization
|
15 |
- text2text-generation
|
16 |
- text-generation
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
## Training procedure
|
19 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- ar
|
4 |
- en
|
5 |
+
library_name: peft
|
6 |
tags:
|
7 |
- summarization
|
8 |
- bloomz
|
|
|
11 |
- messages summarization
|
12 |
- text2text-generation
|
13 |
- text-generation
|
14 |
+
datasets:
|
15 |
+
- mohamedemam/Arabic-samsum-dialogsum
|
16 |
+
- samsum
|
17 |
+
base_model: bigscience/bloomz-3b
|
18 |
---
|
19 |
## Training procedure
|
20 |
|