Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
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 |
+
---
|