Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanwayx authored Jul 6, 2023
1 parent 6189370 commit 8a712d8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,18 @@ The following table presents the writing performance of Flacuna on the IMPACT da


## Training Flacuna
Navigate to the `data` directory and download the Flan-Mini dataset:
```bash
cd data
wget https://huggingface.co/datasets/declare-lab/flan-mini/resolve/main/flan_mini.json.zip
unzip flan_mini.json.zip
cd ..
```

You can use the `train.sh` script for fine-tuning Vicuna on the Flan-Mini dataset.
You can then use the `train.sh` script for fine-tuning Vicuna on the Flan-Mini dataset:
```bash
bash train.sh
```

## Citation

Expand Down

0 comments on commit 8a712d8

Please sign in to comment.