File size: 653 Bytes
4352491 855e3f9 4352491 855e3f9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
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). |