issues
search
rasbt
/
LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
https://www.amazon.com/Build-Large-Language-Model-Scratch/dp/1633437167
Other
34.28k
stars
4.2k
forks
source link
Fixed command for row 16 additional experiment
#439
Closed
d-kleine
closed
2 weeks ago
d-kleine
commented
2 weeks ago
fixed command for running the row 16 experiment in the additional experiments for selecting the last non-padding token position for training (
last_token_pos
isn't a valid arg, therefore results in an error).
last_token_pos
isn't a valid arg, therefore results in an error).