Commit
•
b2f1f6d
1
Parent(s):
736e244
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (16fd9a3c8b0ef139d76a289544448514dc4f1bdc)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
5 |
library_name: peft
|
6 |
pipeline_tag: text-generation
|
7 |
-
|
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
library_name: peft
|
6 |
pipeline_tag: text-generation
|
7 |
+
base_model: vilsonrodrigues/falcon-7b-instruct-sharded
|
8 |
+
---
|