Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
  language:
3
- - en
 
4
  library_name: peft
5
  tags:
6
- - llama
7
- - lora
8
- - peft
9
- license: apache-2.0
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).