Commit
•
8aa9d40
1
Parent(s):
965b5cc
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (d717d45a9cc3664c2ba7a31a487bbaed4f6d0ee7)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- ja
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
## Sample
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- ja
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
+
base_model: stabilityai/japanese-stablelm-base-alpha-7b
|
7 |
---
|
8 |
|
9 |
## Sample
|