Commit
•
d7e7386
1
Parent(s):
52b779d
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (cf1be0b395fb0567d5a5146cd93f71b51ce6173c)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: openrail
|
|
|
3 |
datasets:
|
4 |
- bertin-project/alpaca-spanish
|
5 |
-
library_name: peft
|
6 |
-
language:
|
7 |
-
- es
|
8 |
pipeline_tag: text-generation
|
|
|
9 |
---
|
10 |
|
11 |
# BERTIN-Alpaca-LoRA 7B
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
license: openrail
|
5 |
+
library_name: peft
|
6 |
datasets:
|
7 |
- bertin-project/alpaca-spanish
|
|
|
|
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
+
base_model: decapoda-research/llama-7b-hf
|
10 |
---
|
11 |
|
12 |
# BERTIN-Alpaca-LoRA 7B
|