Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
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 |
|