Skip to content

Commit

Permalink
Export --lisa_interval_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
research4pan committed Mar 30, 2024
1 parent ed064d5 commit 97bb791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ cd data && ./download.sh alpaca && cd -
--model_name_or_path meta-llama/Llama-2-7b-hf \
--dataset_path data/alpaca/train \
--output_model_path output_models/finetuned_llama \
--lisa_activated_layers 1
--lisa_activated_layers 1 \
--lisa_interval_steps 20
```

### Finetuning (LoRA)
Expand Down

0 comments on commit 97bb791

Please sign in to comment.