Commit
•
1c68f22
1
Parent(s):
2b2fc73
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (696cf8401e0f614e848bc5d0a32746a4dcc8ee7b)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
license: cc-by-3.0
|
|
|
4 |
datasets:
|
5 |
- Gustrd/dolly-15k-hippo-translated-pt-12k
|
6 |
-
|
7 |
-
- pt
|
8 |
---
|
9 |
|
10 |
### Cabra: A portuguese finetuned instruction Open-LLaMA
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- pt
|
4 |
license: cc-by-3.0
|
5 |
+
library_name: peft
|
6 |
datasets:
|
7 |
- Gustrd/dolly-15k-hippo-translated-pt-12k
|
8 |
+
base_model: HachiML/mpt-7b-instruct-for-peft
|
|
|
9 |
---
|
10 |
|
11 |
### Cabra: A portuguese finetuned instruction Open-LLaMA
|