Commit
·
1d96268
1
Parent(s):
38d080d
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (9dcf4d8917fd9b28d881e32fcba79ee215f08344)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
pipeline_tag: text-generation
|
4 |
language:
|
5 |
- ru
|
6 |
- en
|
|
|
7 |
tags:
|
8 |
- falcon
|
|
|
|
|
9 |
---
|
10 |
## Training procedure
|
11 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- ru
|
4 |
- en
|
5 |
+
library_name: peft
|
6 |
tags:
|
7 |
- falcon
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
base_model: ybelkada/falcon-7b-sharded-bf16
|
10 |
---
|
11 |
## Training procedure
|
12 |
|