Commit
•
57bb9de
1
Parent(s):
175b6b2
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (7309fb68e6630d19194bd590d209c2ff360a0b91)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
-
datasets:
|
5 |
-
- ThatOneShortGuy/SongLyrics
|
6 |
language:
|
7 |
- en
|
|
|
|
|
8 |
tags:
|
9 |
- music
|
|
|
|
|
|
|
10 |
---
|
11 |
# Musical Falcon
|
12 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
tags:
|
7 |
- music
|
8 |
+
datasets:
|
9 |
+
- ThatOneShortGuy/SongLyrics
|
10 |
+
base_model: OpenAssistant/falcon-7b-sft-mix-2000
|
11 |
---
|
12 |
# Musical Falcon
|
13 |
|