mattreid commited on
Commit
855e3f9
1 Parent(s): ee93a85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - llama
5
+ - lora
6
+ - alpaca
7
+ - 13b
8
  ---
9
+ # Alpaca-LoRA 13B
10
+
11
+ This repo contains a Low-Rank Adapter (LoRA) for LLaMA 13B fit on the [cleaned](https://github.com/tloen/alpaca-lora/commit/f7044049ab7916d38cbc84d16b323a8ecb1c6b58#diff-98320406f0dfb2be23a93a52b2532d898e486f1241d76dcd54a5d031ccb756fc) [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset.
12
+
13
+ This repo does not contain the LLaMA weights, but instead the tuned LoRA weights which can then be applied to existing LLaMA 13B weights.
14
+
15
+ Instructions for running it can be found at [https://github.com/tloen/alpaca-lora](https://github.com/tloen/alpaca-lora).