Commit
•
24c8301
1
Parent(s):
fa53db8
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (4fdb1bdad1654345fb6b8094a42adc949c4e23b0)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- chrisociepa/raw-self-generated-instructions-pl
|
5 |
language:
|
6 |
- pl
|
|
|
|
|
7 |
tags:
|
8 |
- alpaca
|
9 |
- falcon
|
10 |
- qlora
|
|
|
|
|
11 |
pipeline_tag: text-generation
|
12 |
-
|
13 |
---
|
14 |
This is a LoRA adapter for the tiiuae/falcon-7b model that has been fine-tuned using the chrisociepa/raw-self-generated-instructions-pl dataset
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- pl
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
tags:
|
7 |
- alpaca
|
8 |
- falcon
|
9 |
- qlora
|
10 |
+
datasets:
|
11 |
+
- chrisociepa/raw-self-generated-instructions-pl
|
12 |
pipeline_tag: text-generation
|
13 |
+
base_model: tiiuae/falcon-7b
|
14 |
---
|
15 |
This is a LoRA adapter for the tiiuae/falcon-7b model that has been fine-tuned using the chrisociepa/raw-self-generated-instructions-pl dataset
|