Update README.md

This commit is contained in:
Joshua Clymer
2023-11-17 12:41:40 -08:00
committed by GitHub
parent 16e53dfb12
commit ab17c7221a
+1 -2
View File
@@ -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.