alpaca-lora-13b / README.md
mattreid's picture
Update README.md
855e3f9
|
raw
history blame contribute delete
No virus
653 Bytes
---
license: apache-2.0
tags:
- llama
- lora
- alpaca
- 13b
---
# Alpaca-LoRA 13B
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.
This repo does not contain the LLaMA weights, but instead the tuned LoRA weights which can then be applied to existing LLaMA 13B weights.
Instructions for running it can be found at [https://github.com/tloen/alpaca-lora](https://github.com/tloen/alpaca-lora).