alpaca-lora-13b / README.md
mattreid's picture
Update README.md
855e3f9
|
raw
history blame contribute delete
No virus
653 Bytes
metadata
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 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.