Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
license: wtfpl
|
|
|
4 |
datasets:
|
5 |
- player1537/Bloom-560m-trained-on-Dolphin
|
6 |
- ehartford/dolphin
|
7 |
-
|
8 |
-
- en
|
9 |
---
|
10 |
## Training procedure
|
11 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: wtfpl
|
5 |
+
library_name: peft
|
6 |
datasets:
|
7 |
- player1537/Bloom-560m-trained-on-Dolphin
|
8 |
- ehartford/dolphin
|
9 |
+
base_model: bigscience/bloom-560m
|
|
|
10 |
---
|
11 |
## Training procedure
|
12 |
|