From 1cb3d4524c478f0db0945c81fde4d817d733a5b9 Mon Sep 17 00:00:00 2001 From: Joshua Clymer Date: Thu, 16 Nov 2023 21:55:11 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5405093..cc20f75 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ All of the models we fine-tuned with Lora can be found on [huggingface](https:// conda create --name env python=3.10 pip install requests pip install fire -pip install . +pip install -e . python download_model_from_hf.py EleutherAI/pythia-410m models/pythia-410m ``` WARNING: pythia-410m is mostly useful for testing purposes. Most tuning interventions perform poorly with this model.