Skip to content

Commit

Permalink
Fix Codellama examples (#582)
Browse files Browse the repository at this point in the history
* Fix seq_len

* Update lora.yml

* Update qlora.yml

* Update lora.yml

* Update lora.yml

* Update qlora.yml
  • Loading branch information
Kimiko-AI committed Sep 15, 2023
1 parent 8dcd40a commit 1aa4007
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/code-llama/13b/lora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dataset_prepared_path: last_run_prepared
val_set_size: 0.01
output_dir: ./lora-out

sequence_len: 100000
sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true

Expand Down
2 changes: 1 addition & 1 deletion examples/code-llama/13b/qlora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ output_dir: ./qlora-out
adapter: qlora
lora_model_dir:

sequence_len: 100000
sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true

Expand Down
2 changes: 1 addition & 1 deletion examples/code-llama/34b/lora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dataset_prepared_path: last_run_prepared
val_set_size: 0.01
output_dir: ./lora-out

sequence_len: 100000
sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true

Expand Down
2 changes: 1 addition & 1 deletion examples/code-llama/34b/qlora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ output_dir: ./qlora-out
adapter: qlora
lora_model_dir:

sequence_len: 100000
sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true

Expand Down
2 changes: 1 addition & 1 deletion examples/code-llama/7b/lora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dataset_prepared_path: last_run_prepared
val_set_size: 0.01
output_dir: ./lora-out

sequence_len: 100000
sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true

Expand Down
2 changes: 1 addition & 1 deletion examples/code-llama/7b/qlora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ output_dir: ./qlora-out
adapter: qlora
lora_model_dir:

sequence_len: 100000
sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true

Expand Down

0 comments on commit 1aa4007

Please sign in to comment.