Commit
·
ac0d994
1
Parent(s):
84a904f
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (91d2a0787356f7302644832b8e18d83e4387f85c)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- Muennighoff/natural-instructions
|
4 |
language:
|
5 |
- en
|
6 |
library_name: transformers
|
7 |
-
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- peft
|
10 |
- llama
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
# LoRA LLaMA Natural Instructions
|
13 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
library_name: transformers
|
|
|
5 |
tags:
|
6 |
- peft
|
7 |
- llama
|
8 |
+
datasets:
|
9 |
+
- Muennighoff/natural-instructions
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model: decapoda-research/llama-7b-hf
|
12 |
---
|
13 |
# LoRA LLaMA Natural Instructions
|
14 |
|