Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
|
|
|
4 |
library_name: peft
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
---
|
11 |
|
12 |
[Low-Rank-Adaption (LoRA)](https://paperswithcode.com/paper/lora-low-rank-adaptation-of-large-language) of [LLAMA 6B model](https://paperswithcode.com/paper/llama-open-and-efficient-foundation-language-1) that is fine-tuned with [Stanford Alpaca instruction dataset](https://github.com/tatsu-lab/stanford_alpaca) using [PEFT](https://github.com/huggingface/peft).
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
library_name: peft
|
6 |
tags:
|
7 |
+
- llama
|
8 |
+
- lora
|
9 |
+
- peft
|
10 |
+
base_model: decapoda-research/llama-7b-hf
|
11 |
---
|
12 |
|
13 |
[Low-Rank-Adaption (LoRA)](https://paperswithcode.com/paper/lora-low-rank-adaptation-of-large-language) of [LLAMA 6B model](https://paperswithcode.com/paper/llama-open-and-efficient-foundation-language-1) that is fine-tuned with [Stanford Alpaca instruction dataset](https://github.com/tatsu-lab/stanford_alpaca) using [PEFT](https://github.com/huggingface/peft).
|