Eric Wang 3 år sedan
förälder
incheckning
fcdb143f1f
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -2,6 +2,7 @@
 
 - 🤗 **Try the pretrained model out [here](https://huggingface.co/spaces/tloen/alpaca-lora), courtesy of a GPU grant from Huggingface!**
 - Users have created a Discord server for discussion and support [here](https://discord.gg/prbq284xX5)
+- **This repository does not contain code for hosting and/or facilitating the downloading and/or streaming of the LLaMA weights. You will have to specify your own HuggingFace Hub base model to run the code, such as `decapoda-research/llama-7b-hf`.**
 
 This repository contains code for reproducing the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) results using [low-rank adaptation (LoRA)](https://arxiv.org/pdf/2106.09685.pdf).
 We provide an Instruct model of similar quality to `text-davinci-003` that can run [on a Raspberry Pi](https://twitter.com/miolini/status/1634982361757790209) (for research),
@@ -67,20 +68,20 @@ as well as [clusters of bad examples](https://atlas.nomic.ai/map/d2139cc3-bc1c-4
 - [Alpaca-LoRA-Serve](https://github.com/deep-diver/Alpaca-LoRA-Serve), a ChatGPT-style interface for Alpaca models
 - [AlpacaDataCleaned](https://github.com/gururise/AlpacaDataCleaned), a project to improve the quality of the Alpaca dataset
 - Various adapter weights (download at own risk):
-  - 7B (decapoda-research/llama-7b-hf):
+  - 7B:
     - https://huggingface.co/tloen/alpaca-lora-7b
     - https://huggingface.co/samwit/alpaca7B-lora
     - 🇧🇷 https://huggingface.co/22h/cabrita-lora-v0-1
     - 🇨🇳 https://huggingface.co/qychen/luotuo-lora-7b-0.1
     - 🇯🇵 https://huggingface.co/kunishou/Japanese-Alapaca-LoRA-7b-v0
     - 🇫🇷 https://huggingface.co/bofenghuang/vigogne-lora-7b
-  - 13B (decapoda-research/llama-13b-hf):
+  - 13B:
     - https://huggingface.co/chansung/alpaca-lora-13b
     - https://huggingface.co/mattreid/alpaca-lora-13b
     - https://huggingface.co/samwit/alpaca13B-lora
     - 🇯🇵 https://huggingface.co/kunishou/Japanese-Alapaca-LoRA-13b-v0
     - 🇰🇷 https://huggingface.co/chansung/koalpaca-lora-13b
-  - 30B: (decapoda-research/llama-30b-hf)
+  - 30B:
     - https://huggingface.co/baseten/alpaca-30b
     - https://huggingface.co/chansung/alpaca-lora-30b
     - 🇯🇵 https://huggingface.co/kunishou/Japanese-Alapaca-LoRA-30b-v0