Commit
•
159d653
1
Parent(s):
7170154
Librarian Bot: Add base_model information to model (#4)
Browse files- Librarian Bot: Add base_model information to model (3486ddead5a8d3a1dbbc29638a1aa1132f7bd6c3)
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 |
- LoRA
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
# LoRA LLaMA Natural Instructions
|
13 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
library_name: transformers
|
|
|
5 |
tags:
|
6 |
- peft
|
7 |
- LoRA
|
8 |
+
datasets:
|
9 |
+
- Muennighoff/natural-instructions
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model: decapoda-research/llama-13b-hf
|
12 |
---
|
13 |
# LoRA LLaMA Natural Instructions
|
14 |
|