Commit
•
3570190
1
Parent(s):
e523fe1
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (68df0b5de26f9cce2ef9944703ae50b239b0fe1b)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
|
|
|
|
|
|
6 |
---
|
7 |
## Training procedure
|
8 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
+
base_model: tiiuae/falcon-rw-1b
|
7 |
---
|
8 |
## Training procedure
|
9 |
|