Skip to content

Commit

Permalink
fixed command for row 16 experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kleine committed Nov 16, 2024
1 parent ccade77 commit b6718db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06/02_bonus_additional-experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can use the following code to reproduce the experiments:
- Row 13: `python additional_experiments.py --context_length "model_context_length"`
- Row 14: `python additional_experiments.py --no_padding --batch_size 1`
- Row 15: `python additional_experiments.py --no_padding --batch_size 1 --accumulation_steps 8`
- Row 16: `python additional_experiments.py --last_token_pos "flexible"`
- Row 16: `python additional_experiments.py --trainable_token_pos "flexible"`
- Row 17: `python additional_experiments.py --disable_causal_mask`
- Row 18: `python additional_experiments.py --ignore_index 50256`
- Row 19: `python additional_experiments.py --average embeddings`
Expand Down

0 comments on commit b6718db

Please sign in to comment.