Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoukhov authored Nov 9, 2023
1 parent 8b190cf commit 27f30af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stackllama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ python examples/stack_llama/scripts/merge_peft_adapter.py --adapter_model_name=X

I used `huggyllama/llama-7b` as the base model. Note the order that models must be merged:

llama-7b-se = merge_peft_adapter llama-7b + llama-7b-se-peft
llama-7b-se-rm = merge_peft_adapter llama-7b-se + llama-7b-se-rm-peft
llama-7b-se-rl = merge_peft_adapter llama-7b-se + llama-7b-se-rl-peft
1. llama-7b-se = merge_peft_adapter llama-7b + llama-7b-se-peft
2. llama-7b-se-rm = merge_peft_adapter llama-7b-se + llama-7b-se-rm-peft
3. llama-7b-se-rl = merge_peft_adapter llama-7b-se + llama-7b-se-rl-peft

0 comments on commit 27f30af

Please sign in to comment.