Update README.md

This commit is contained in:
Joshua Clymer
2023-11-16 21:55:11 -08:00
committed by GitHub
parent 7b549e4df6
commit 1cb3d4524c
+1 -1
View File
@@ -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.