From ab17c7221aa05f05e12d28470c6e7d47907e62e4 Mon Sep 17 00:00:00 2001 From: Joshua Clymer Date: Fri, 17 Nov 2023 12:41:40 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bf2d3b2..bba9285 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ All of the models we fine-tuned with Lora can be found on [huggingface](https:// ``` conda create --name env python=3.10 conda activate env -pip install requests -pip install fire pip install -e . +python download_data.py 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.